Skip to content

Commit

Permalink
revert: remove change to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MWClayson-NHS committed Jan 17, 2025
1 parent 89f391d commit df569b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public async Task Run_InvalidCharsInParticipant_ReturnTransformedFields(string n
public async Task Run_ExceptionalCharsInParticipant_RaisesException(string name)
{
// Arrange
var sut = new TransformString(_handleException.Object);
var sut = new TransformString();

// Act & Assert
Assert.ThrowsException<ArgumentException>(() => sut.CheckParticipantCharactersAsync(name));
Expand Down

0 comments on commit df569b2

Please sign in to comment.