Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Apr 29, 2024
1 parent a0b3124 commit 68ef98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Ray.BiliBiliTool.Agent.BiliBiliAgent.Dtos.Article;

public class SearchArticlesByUpIdDto : IWrid
{
public long Mid { get; set; }
public long mid { get; set; }

public int pn { get; set; } = 1;

Expand Down
2 changes: 1 addition & 1 deletion test/BiliAgentTest/VideoApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public async Task GetBangumiTest()
var api = scope.ServiceProvider.GetRequiredService<IVideoApi>();
var req = await api.GetBangumiBySsid(46508);

Assert.Equal(0,req.Code);
Assert.Equal(0, req.Code);
}

[Fact]
Expand Down

0 comments on commit 68ef98d

Please sign in to comment.