Skip to content

Commit

Permalink
fix(test): failing on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Jan 2, 2025
1 parent f294898 commit 1c9e601
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void testSerialization() {
new IdentityCodec()
}
);
writer.createGroup("shard"); //Should already exist, but this will ensure.
writer.setAttribute("shard", "/", datasetAttributes);
final DatasetAttributes deserialized = writer.getAttribute("shard", "/", DatasetAttributes.class);

Expand Down

0 comments on commit 1c9e601

Please sign in to comment.