@@ -11,8 +11,8 @@ import (
1111 "testing"
1212 "time"
1313
14- "go.uber.org/mock/gomock"
1514 "github.com/stretchr/testify/require"
15+ "go.uber.org/mock/gomock"
1616
1717 lumeraidmocks "github.com/LumeraProtocol/lumera/x/lumeraid/mocks"
1818 "github.com/LumeraProtocol/lumera/x/lumeraid/securekeyx"
@@ -304,14 +304,14 @@ func TestHandshakerConcurrentHandshakes(t *testing.T) {
304304 ctrl := gomock .NewController (t )
305305 defer ctrl .Finish ()
306306
307- // Create handshake pairs
308- for i := range tc .numHandshakes {
309- clientKr := CreateTestKeyring ()
310- serverKr := CreateTestKeyring ()
307+ // Create handshake pairs
308+ for i := range tc .numHandshakes {
309+ clientKr := CreateTestKeyring ()
310+ serverKr := CreateTestKeyring ()
311311
312- accountClient := fmt .Sprintf ("client-%d" , i )
313- accountServer := fmt .Sprintf ("server-%d" , i )
314- testAccounts := SetupTestAccounts (t , clientKr , []string {accountClient })
312+ accountClient := fmt .Sprintf ("client-%d" , i )
313+ accountServer := fmt .Sprintf ("server-%d" , i )
314+ testAccounts := SetupTestAccounts (t , clientKr , []string {accountClient })
315315 clientAddr := testAccounts [0 ].Address
316316
317317 testAccounts = SetupTestAccounts (t , serverKr , []string {accountServer })
0 commit comments