Skip to content

Commit

Permalink
OSGiWeavingAdaptorTest minor comment fix
Browse files Browse the repository at this point in the history
Relates to #57.
  • Loading branch information
kriegaex committed Apr 10, 2024
1 parent 84c7931 commit 56c2333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void acceptClass(String name, byte[] originalBytes, byte[] weavedBytes) {
Map<String, byte[]> actualResult = adaptor.getGeneratedClassesFor("my.foo.MyClass");

// THEN:
// - the result should not include the non-generated class, only the four generated ones
// - the result should not include the non-generated class, only the generated ones

// build a string representation to provide details in the assertion message
StringBuilder actualContentsBuilder = new StringBuilder("[");
Expand Down

0 comments on commit 56c2333

Please sign in to comment.