Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCAI-mlv committed Jul 25, 2024
1 parent ae6fdb7 commit 671d8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ void listAllNamespaceResourcesQuota() {

List<String> result = namespaceService.listAllNamespaceResources(ns);
assertEquals(1, result.size());
assertEquals("ResourceQuota/resource-quota", result.get(0));
assertEquals("ResourceQuota/resource-quota", result.getFirst());
}

@Test
Expand Down

0 comments on commit 671d8a3

Please sign in to comment.