Skip to content

Commit

Permalink
Stricter defaults (#679)
Browse files Browse the repository at this point in the history
The tests still pass with the stricter defaults.
  • Loading branch information
t0yv0 authored Dec 27, 2023
1 parent 09c6b91 commit 85d93b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ func getCwd(t *testing.T) string {
}

func getBaseOptions() integration.ProgramTestOptions {
return integration.ProgramTestOptions{
ExpectRefreshChanges: true,
}
return integration.ProgramTestOptions{}
}

0 comments on commit 85d93b7

Please sign in to comment.