Skip to content

Commit

Permalink
Correct issue introduced in test due to spelling correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Jul 10, 2024
1 parent 60a301c commit 2334876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void DeserialiseSearchResultDocument_With_Invalid_SearchResult_Object_Thr
catch (JsonSerializationException ex)
{
ex.Should().BeOfType<JsonSerializationException>();
ex.Message.Should().Be("Invalid json defined in search result document: {\"name\":\"Test\"");
ex.Message.Should().Be("Invalid JSON defined in search result document: {\"name\":\"Test\"");
}
}
}
Expand Down

0 comments on commit 2334876

Please sign in to comment.