Skip to content

Commit

Permalink
Updated testing to look for 77 shows with 'ana' instead of 75.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdrex16 committed May 4, 2023
1 parent c1515d5 commit 2e9730a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SdarotAPITest/ApiUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public async Task SearchTest()

Assert.AreEqual(0, (await driver.SearchSeries("dsakdjaslkfjsalkjfas")).Count());
Assert.AreEqual(15, (await driver.SearchSeries("שמש")).Count());
Assert.AreEqual(75, (await driver.SearchSeries("ana")).Count());
Assert.AreEqual(77, (await driver.SearchSeries("ana")).Count());
Assert.AreEqual(1, (await driver.SearchSeries("shemesh")).Count());
}

Expand Down

0 comments on commit 2e9730a

Please sign in to comment.