Skip to content

Commit

Permalink
Explicitly state change detector split for test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AndrewSisley committed Mar 24, 2023
1 parent 0cddca5 commit 6c3a14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/schema/simple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestSchemaSimpleErrorsGivenDuplicateSchema(t *testing.T) {
type users {}
`,
},
testUtils.SetupComplete{},
testUtils.SchemaUpdate{
Schema: `
type users {}
Expand Down

0 comments on commit 6c3a14b

Please sign in to comment.