Skip to content

Commit

Permalink
Ensure we close clients
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 26, 2024
1 parent 4ed6b23 commit de285ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_synchronisation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func testSigkillBeforeKeysUploadResponseRust(t *testing.T, clientType api.Client
alice.MustStartSyncing(t)
// ensure we see the 2nd keys/upload
seenSecondKeysUploadWaiter.Wait(t, 5*time.Second)

alice.Close(t)
})
}

Expand Down

0 comments on commit de285ea

Please sign in to comment.