Skip to content

Commit

Permalink
fix count
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 2, 2025
1 parent b6cbec3 commit d86d4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ void fetchSchemesByFundName() throws Exception {
.accept(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andExpect(header().string(HttpHeaders.CONTENT_TYPE, is(MediaType.APPLICATION_JSON_VALUE)))
.andExpect(jsonPath("$.size()", is(208)));
.andExpect(jsonPath("$.size()", is(209)));
}
}

0 comments on commit d86d4d5

Please sign in to comment.