Skip to content

Commit

Permalink
Add comment explaining json file name
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Nov 21, 2023
1 parent d5d67e5 commit 55934be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void metadata_shouldHandle200() throws IOException {
final String data = getResponseStringFromMetadata(handler, SC_OK, responseData);
final String expected =
Resources.toString(
Resources.getResource(
Resources.getResource( // GET and POST have same expected response
GetStateValidatorBalancesTest.class, "getStateValidatorBalances.json"),
UTF_8);
assertThat(data).isEqualTo(expected);
Expand Down

0 comments on commit 55934be

Please sign in to comment.