Skip to content

Commit

Permalink
Deleting an old test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed May 30, 2024
1 parent 85c458c commit f959350
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/JasperFx.Core.Tests/StringExtensionsTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ public void if_not_null_positive()
captured.ShouldBe("a");
}

[Fact]
public void if_not_null_negative()
{
var action = Substitute.For<Action<string>>();
string a = null;

a.IfNotNull(action);

action.DidNotReceiveWithAnyArgs().Invoke(null);
}

[Fact]
public void combine_to_path_when_rooted()
Expand Down

0 comments on commit f959350

Please sign in to comment.