Skip to content

Commit

Permalink
Added timeout of 2 seconds before checking for message serial
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 9, 2023
1 parent b83a9c9 commit c121598
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public async Task RecoveryKey_MsgSerialShouldNotBeSentToAblyButShouldBeSetOnConn
paramsDict.ContainsKey("recover").Should().BeTrue();
paramsDict["recover"].Should().Be("uniqueKey");
paramsDict.ContainsKey("msg_serial").Should().BeFalse();
await Task.Delay(2000);
client.Connection.MessageSerial.Should().Be(45);
}

Expand Down

0 comments on commit c121598

Please sign in to comment.