Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 23, 2024
1 parent 3055315 commit 78f0f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected SszSchema<?> getSchema(final TestDefinition testDefinition) {
case "VarTestStruct" -> new VarTestStructSchema();
case "FixedTestStruct" -> new FixedTestStructSchema();
case "ComplexTestStruct" -> // Not implemented yet
new ComplexTestStructSchema();
new ComplexTestStructSchema();
default -> throw new UnsupportedOperationException("Unsupported container type: " + type);
};
}
Expand Down

0 comments on commit 78f0f56

Please sign in to comment.