Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Feb 21, 2024
1 parent e0108ba commit a706b96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1118,10 +1118,10 @@ void testGetSdcSchoolCollectionStudentHeadcounts_enrollmentHeadcounts() throws E
.contentType(APPLICATION_JSON))
.andDo(print())
.andExpect(jsonPath("$.headcountHeaders[0].title", equalTo("Student Headcount")))
.andExpect(jsonPath("$.headcountHeaders[0].columns.['All Students'].currentValue", equalTo("4")))
.andExpect(jsonPath("$.headcountHeaders[0].columns.['All Students'].currentValue", equalTo("2")))
.andExpect(jsonPath("$.headcountHeaders[0].columns.['All Students'].comparisonValue", equalTo("4")))
.andExpect(jsonPath("$.headcountHeaders[1].title", equalTo("Grade Headcount")))
.andExpect(jsonPath("$.headcountHeaders[1].columns.11.currentValue", equalTo("2")))
.andExpect(jsonPath("$.headcountHeaders[1].columns.11.currentValue", equalTo("1")))
.andExpect(jsonPath("$.headcountHeaders[1].columns.11.comparisonValue", equalTo("1")));

}
Expand Down

0 comments on commit a706b96

Please sign in to comment.