Skip to content

Commit

Permalink
test: Explicitly state change detector split for test (#1228)
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 authored and shahzadlone committed Apr 13, 2023
1 parent 1208b5d commit e1eaee1
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 e1eaee1

Please sign in to comment.