Skip to content

Commit

Permalink
Add bundle: null to fix the test issue
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Aug 28, 2024
1 parent 8526466 commit 1ed58f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/dev/snowdrop/JacksonYamlTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void fromObjectToYaml() throws JsonProcessingException {
component:
enable: false
name: null
bundles: null
""";

Application app = new Application();
Expand Down

0 comments on commit 1ed58f6

Please sign in to comment.