Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Sep 27, 2023
1 parent f4342d7 commit 41ce42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/NRedisStack.Tests/TransactionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void TestJsonTransaction()

[SkipIfRedis(Comparison.GreaterThanOrEqual, "7.1.242")]
[Obsolete]
public async Task TestModulsTransaction()
public void TestModulsTransaction()
{
IDatabase db = redisFixture.Redis.GetDatabase();
db.Execute("FLUSHALL");
Expand Down Expand Up @@ -82,7 +82,7 @@ public async Task TestModulsTransaction()

[SkipIfRedis(Is.OSSCluster)]
[Obsolete]
public async Task TestModulsTransactionWithoutGraph()
public void TestModulsTransactionWithoutGraph()
{
IDatabase db = redisFixture.Redis.GetDatabase();
db.Execute("FLUSHALL");
Expand Down

0 comments on commit 41ce42b

Please sign in to comment.