Skip to content

Commit f47d1ed

Browse files
committed
format
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent f568635 commit f47d1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OAuth2Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public async Task ConnectToRabbitMqWithOAuth2TokenShouldDisconnectAfterTimeout()
5050
.RecoveryConfiguration(new RecoveryConfiguration().Activated(false).Topology(false))
5151
.OAuth2Options(new OAuth2Options(GenerateToken(DateTime.UtcNow.AddMilliseconds(1_000))))
5252
.Build());
53-
53+
5454
Assert.NotNull(connection);
5555
Assert.Equal(State.Open, connection.State);
5656
State? stateFrom = null;

0 commit comments

Comments
 (0)