Skip to content

Commit

Permalink
removing old test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 14, 2023
1 parent e435987 commit fca40dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/JasperFx.Core.Tests/CacheTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ public void get_enumerator()
cache.ShouldContain(42);
}

[Fact]
public void set_GetKey()
{
ICallback callback = Substitute.For<ICallback>();
cache.GetKey = callback.GetKeyCallback;
cache.GetKey(42);
callback.Received().GetKeyCallback(42);
}

[Fact]
public void set_OnAddition()
{
Expand Down

0 comments on commit fca40dc

Please sign in to comment.