Skip to content

Commit

Permalink
Update instrumentation/apache-dubbo-2.7/testing/src/main/java/io/open…
Browse files Browse the repository at this point in the history
…telemetry/instrumentation/apachedubbo/v2_7/AbstractDubboTest.java

Co-authored-by: Jay DeLuca <[email protected]>
  • Loading branch information
shalk and jaydeluca authored Aug 19, 2024
1 parent 0a0c324 commit e2f880b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void testApacheDubboBase() {
"parent",
() -> genericService.$invoke("hello", new String[] {String.class.getName()}, o));

assertEquals("hello", response);
assertThat(response).isEqualTo("hello");
testing()
.waitAndAssertTraces(
trace ->
Expand Down

0 comments on commit e2f880b

Please sign in to comment.