diff --git a/tests/integration/schema/migrations/query/simple_test.go b/tests/integration/schema/migrations/query/simple_test.go index 56f94b2e6b..0462b86531 100644 --- a/tests/integration/schema/migrations/query/simple_test.go +++ b/tests/integration/schema/migrations/query/simple_test.go @@ -860,8 +860,10 @@ func TestSchemaMigrationQueryMigrationCopiesExistingFieldWhenSrcAndDstFieldNotRe }, testUtils.ConfigureMigration{ LensConfig: client.LensConfig{ - SourceSchemaVersionID: "bafkreidovoxkxttybaew2qraoelormm63ilutzms7wlwmcr3xru44hfnta", - DestinationSchemaVersionID: "bafkreia4bbxhtqwzw4smby5xsqxv6ptoc6ijc6v3lmnlv66twpfak5gxxq", + SourceSchemaVersionID: "bafkreiddfywo3vlsxvqwh7iuvhb7k5j5ibk675gxasna55wzhso3c573fe", + DestinationSchemaVersionID: "bafkreifvhuoutlipfmuwdiofyisbkea7m7jv5jdsea5fwrccywhfk547ry", + // SourceSchemaVersionID: "bafkreidovoxkxttybaew2qraoelormm63ilutzms7wlwmcr3xru44hfnta", + // DestinationSchemaVersionID: "bafkreia4bbxhtqwzw4smby5xsqxv6ptoc6ijc6v3lmnlv66twpfak5gxxq", Lens: model.Lens{ Lenses: []model.LensModule{ { diff --git a/tests/integration/utils2.go b/tests/integration/utils2.go index 663eee0bf1..f92615b292 100644 --- a/tests/integration/utils2.go +++ b/tests/integration/utils2.go @@ -21,6 +21,7 @@ import ( "testing" "time" + "github.com/davecgh/go-spew/spew" badger "github.com/dgraph-io/badger/v4" "github.com/sourcenetwork/immutable" "github.com/stretchr/testify/assert" @@ -773,6 +774,9 @@ func refreshCollections( for i, collectionName := range s.collectionNames { for _, collection := range allCollections { + fmt.Println("------------------------------------") + spew.Dump(collection.Schema().VersionID) + fmt.Println("------------------------------------") if collection.Name() == collectionName { s.collections[nodeID][i] = collection break