Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jul 25, 2024
1 parent 8155d90 commit 1344a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Nexus.Tests/Services/DataControllerServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ async Task action()
var actual = await Record.ExceptionAsync(action);

// Assert
Assert.NotNull(actual);
Assert.Null(actual);
}
}

0 comments on commit 1344a3f

Please sign in to comment.