Skip to content

Commit

Permalink
Fix invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed Aug 14, 2024
1 parent 9211303 commit ee1335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ func TestApp(t *testing.T) {
func schema(t *testing.T) {
t.Parallel()

assert.SchemaExists(t, "device_simulator", []string{"configuration", "asset"})
assert.SchemaExists(t, "device_simulator", []string{"generator"})
}

0 comments on commit ee1335d

Please sign in to comment.