Skip to content

Commit

Permalink
Fix the build (#12579)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 6, 2024
1 parent 2371589 commit a0abd63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ void createResource_processHandleJarExtraFlag() {

Resource resource = serviceNameProvider.createResource(config);

assertThat(resource.getAttributes())
.hasSize(1)
.containsEntry(ServiceAttributes.SERVICE_NAME, "my-service");
assertThat(resource.getAttributes()).hasSize(1).containsEntry(SERVICE_NAME, "my-service");
}

@Test
Expand Down

0 comments on commit a0abd63

Please sign in to comment.