Skip to content

Commit 01e62da

Browse files
committed
fix for failing tests with empty string for grain id; a breaking change in Orleans no longer allows empty or whitespace primary keys - see dotnet/orleans#9175
1 parent c4ca3fa commit 01e62da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/UnitTests/NoTenantIdTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class NoTenantIdTests(ClusterFixture fixture)
88
readonly Orleans.TestingHost.TestCluster cluster = fixture.Cluster;
99

1010
public static TheoryData<string /*key*/, string /*tenantQualifiedKey*/> KeyQualifiedKeys() => new() {
11-
{ "" , "" },
1211
{ "1" , "1" },
1312
{ "Key2" , "Key2" },
1413
{ "|" , "||" },

0 commit comments

Comments
 (0)