Skip to content

Commit

Permalink
Make response final
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 15, 2024
1 parent 966fa7b commit 18badf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GetGraffitiTest {

@Test
void metadata_shouldHandle200() throws JsonProcessingException {
GetGraffiti.GraffitiResponse response =
final GetGraffiti.GraffitiResponse response =
new GetGraffiti.GraffitiResponse(dataStructureUtil.randomPublicKey(), "Test graffiti");
final String responseData = getResponseStringFromMetadata(handler, SC_OK, response);
assertThat(responseData)
Expand Down

0 comments on commit 18badf4

Please sign in to comment.