Skip to content

Commit

Permalink
Update DataLoaderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 13, 2024
1 parent f04cdbe commit 450dcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/DataLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public Task FindInvalidateElectorates() =>

[Fact]
public Task FindInvalidateElectorates_by_short_name() =>
Verify(DataLoader.FindInvalidateElectorates("not Found", "port-adelaide"));
Verify(DataLoader.FindInvalidateElectorates("not Found", "bass"));

[Fact]
public void TryFindElectorate()
Expand Down

0 comments on commit 450dcca

Please sign in to comment.