From e1eaee1f533597d9b383d9639f284d7dfd8856bb Mon Sep 17 00:00:00 2001 From: AndrewSisley Date: Fri, 24 Mar 2023 17:56:32 -0400 Subject: [PATCH] test: Explicitly state change detector split for test (#1228) This test caused the change detector to auto-split between setup and run incorrectly causing a test failure. Here we explicitly tell it to split between the two schema changes. --- tests/integration/schema/simple_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/schema/simple_test.go b/tests/integration/schema/simple_test.go index a451eb5e3f..7d9731da07 100644 --- a/tests/integration/schema/simple_test.go +++ b/tests/integration/schema/simple_test.go @@ -52,6 +52,7 @@ func TestSchemaSimpleErrorsGivenDuplicateSchema(t *testing.T) { type users {} `, }, + testUtils.SetupComplete{}, testUtils.SchemaUpdate{ Schema: ` type users {}