Skip to content

Commit

Permalink
update InMemory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed Jan 8, 2024
1 parent a493878 commit 43fa862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/KeyValueRepoTests/InMemoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public async Task GetMetaAll_ReturnsAllForType()

IKeyValueRepo repo = await getRepoWithRecords(people, TEST_Name);


var results = await repo.GetMetaAll<Person>();
results.Count.Should().BeGreaterThan(2);
}
Expand Down

0 comments on commit 43fa862

Please sign in to comment.