Skip to content

Commit

Permalink
fixed typos in testing.adoc (#6873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainges authored Dec 16, 2024
1 parent 4c7f55b commit 5dfe2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/user-guide/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class SimpleTest extends CamelQuarkusTestSupport {
template.sendBody("direct:start", "World");
mockEndpoint.assertIsSatisified();
mockEndpoint.assertIsSatisfied();
}
@Override
Expand Down Expand Up @@ -374,7 +374,7 @@ class SimpleTest extends CamelQuarkusTestSupport {
template.sendBody("direct:start", "World");
mockEndpoint.assertIsSatisified();
mockEndpoint.assertIsSatisfied();
}
}
----
Expand Down

0 comments on commit 5dfe2f9

Please sign in to comment.