Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Florent MILLOT <[email protected]>
  • Loading branch information
flomillot committed Jan 3, 2024
1 parent 1bca82c commit e909f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void testCheckSqlRequestsCount() throws Exception {
assertSelectCount(3);
reset();

// Now we get back the 2 tabular modifications
// We get the modifications of the group (so the 2 tabular modifications)
mockMvc.perform(get("/v1/groups/{groupUuid}/network-modifications", getGroupId()))
.andExpect(status().isOk());
// We check that the request count is not dependent on the number of sub modifications of the tabular modification (the JPA N+1 problem is correctly solved)
Expand Down

0 comments on commit e909f4c

Please sign in to comment.