Skip to content

Commit

Permalink
Update SchemeControllerIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 5, 2025
1 parent 87656ce commit 2227c2e
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(209)));
.andExpect(jsonPath("$.size()", is(213)));
}
}

0 comments on commit 2227c2e

Please sign in to comment.