Skip to content

Commit 41aab7e

Browse files
committed
dotnet format... again
1 parent aba8dda commit 41aab7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public void TestAlias(string endpointId)
430430
{
431431
Assert.True(ft.AliasAdd("ALIAS1", index));
432432
}
433-
catch (RedisServerException rse)
433+
catch (RedisServerException rse)
434434
{
435435
Skip.If(rse.Message.StartsWith("CROSSSLOT"), "legacy failure");
436436
throw;
@@ -468,7 +468,7 @@ public async Task TestAliasAsync(string endpointId)
468468
{
469469
Assert.True(await ft.AliasAddAsync("ALIAS1", index));
470470
}
471-
catch (RedisServerException rse)
471+
catch (RedisServerException rse)
472472
{
473473
Skip.If(rse.Message.StartsWith("CROSSSLOT"), "legacy failure");
474474
throw;

0 commit comments

Comments
 (0)