Skip to content

Commit

Permalink
fix(test): Fix falling test
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed May 15, 2021
1 parent f691db0 commit 4e0e267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SchemaControllerTest extends AbstractTest {
@Test
void listApi() {
ResultPagedList<Schema> result = this.retrievePagedList(HttpRequest.GET(BASE_URL), Schema.class);
assertEquals(3, result.getResults().size());
assertEquals(5, result.getResults().size());
}

@Test
Expand Down

0 comments on commit 4e0e267

Please sign in to comment.