Skip to content

Commit

Permalink
fixup! fix(property.dart): handle additional fields correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 15, 2024
1 parent 68b2353 commit be4ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/operation_type_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "package:test/test.dart";
void main() {
group("OperationType should indicate the correct default op values for", () {
test("properties", () {
const regularProperty = Property(forms: []);
const regularProperty = Property(forms: [], dataSchema: DataSchema());

final regularPropertyOpValues =
OperationType.defaultOpValues(regularProperty);
Expand Down

0 comments on commit be4ce36

Please sign in to comment.