Skip to content

Commit

Permalink
indentation test fix (followup to #131) (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
magibney authored Sep 5, 2023
1 parent de6ce53 commit 2b98621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void testRequestBodyRepresentedAsJsonWhenFound() {
final var requestBodyStr = PostRequestLoggingFilter.buildRequestBodyString(mockContext);

assertEquals(
"{ \"name\":\"someReplicaName\", \"type\":\"NRT\", \"async\":\"someAsyncId\"}",
"{\"name\":\"someReplicaName\",\"type\":\"NRT\",\"async\":\"someAsyncId\"}",
requestBodyStr);
}
}

0 comments on commit 2b98621

Please sign in to comment.