Skip to content

Commit

Permalink
Skip azurite unsupported test
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Dec 30, 2023
1 parent 2ee6e05 commit 5d6d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Streamstone.Tests/Storage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static class Storage
const string TableName = "Streams";
const string DevelopmentConnectionString = "UseDevelopmentStorage=true";

public static bool IsAzurite() => Environment.GetEnvironmentVariable("Streamstone-Azurite", EnvironmentVariableTarget.User) == "true";
public static bool IsAzurite() => TestStorageAccount() == DevelopmentConnectionString;

public static TableClient SetUp()
{
Expand Down

0 comments on commit 5d6d708

Please sign in to comment.