We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249140b commit f86ed3fCopy full SHA for f86ed3f
openfeature/openfeature_test.go
@@ -588,7 +588,7 @@ func TestRequirement_1_6_1(t *testing.T) {
588
// The API's `shutdown` function MUST reset all state of the API, removing all
589
// hooks, event handlers, and providers.
590
func TestRequirement_1_6_2(t *testing.T) {
591
- defer t.Cleanup(initSingleton)
+ t.Cleanup(initSingleton)
592
593
// TODO: test that hooks and event handlers are removed as well. This only
594
// tests that providers are removed.
0 commit comments