From de285ea71c0d0d360a48bb5f1743db55e05064bc Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:20:37 +0000 Subject: [PATCH] Ensure we close clients --- tests/state_synchronisation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/state_synchronisation_test.go b/tests/state_synchronisation_test.go index 0ebd964..2bdb6ce 100644 --- a/tests/state_synchronisation_test.go +++ b/tests/state_synchronisation_test.go @@ -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) }) }