mirror of
https://github.com/twofas/2fas-server.git
synced 2024-11-25 03:41:06 +01:00
typo
This commit is contained in:
parent
e34dc3280c
commit
62ee7fb4c9
@ -23,15 +23,15 @@ func TestDelayedCommunication(t *testing.T) {
|
||||
t.Fatalf("Failed to configure browser extension: %v", err)
|
||||
}
|
||||
|
||||
t.Run("BE sleeps before sending message", func(t *testing.T) {
|
||||
t.Run("BE sleeps before sending a message", func(t *testing.T) {
|
||||
deviceID := getDeviceID()
|
||||
testPairing(t, deviceID, resp, time.Minute, 0)
|
||||
})
|
||||
t.Run("Mobile sleeps before sending message", func(t *testing.T) {
|
||||
t.Run("Mobile sleeps before sending a message", func(t *testing.T) {
|
||||
deviceID := getDeviceID()
|
||||
testPairing(t, deviceID, resp, 0, time.Minute)
|
||||
})
|
||||
t.Run("Both sleep before sending message", func(t *testing.T) {
|
||||
t.Run("Both sleep before sending a message", func(t *testing.T) {
|
||||
deviceID := getDeviceID()
|
||||
testPairing(t, deviceID, resp, time.Minute, time.Minute)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user