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 445946d commit 0ed4bc5Copy full SHA for 0ed4bc5
tests/state_test_util.go
@@ -489,5 +489,6 @@ func (st *StateTestState) Close() {
489
// Need to call Disable here to quit the snapshot generator goroutine.
490
st.Snapshots.Disable()
491
st.Snapshots.Release()
492
+ st.Snapshots = nil
493
}
494
0 commit comments