Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/entitlements/migration_test.go
Original file line number Diff line number Diff line change
@@ -1513,6 +1513,7 @@ func TestMigrateSimpleContract(t *testing.T) {
false,
nil,
nil,
true, // standalone values doesn't have a parent container.
)

inter.WriteStored(
1 change: 1 addition & 0 deletions migrations/migration_test.go
Original file line number Diff line number Diff line change
@@ -1234,6 +1234,7 @@ func TestMigratingNestedContainers(t *testing.T) {
false,
nil,
nil,
true, // standalone values doesn't have a parent container.
)

inter.WriteStored(
1 change: 1 addition & 0 deletions migrations/statictypes/statictype_migration_test.go
Original file line number Diff line number Diff line change
@@ -723,6 +723,7 @@ func TestMigratingNestedContainers(t *testing.T) {
false,
nil,
nil,
true, // standalone values doesn't have a parent container.
)

inter.WriteStored(

0 comments on commit 7fc0649

Please sign in to comment.