Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geefr committed Jul 3, 2021
1 parent 781a987 commit bc18baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beataroni/Beataroni.Tests/BeatModsV1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void TestFetchBSVersions()
{
var versions = BeatModsV1.FetchBSVersions();
Assert.NotNull(versions);
Assert.Equal(12, versions.Count);
Assert.Equal(14, versions.Count);
}

[Fact]
Expand Down

0 comments on commit bc18baf

Please sign in to comment.