Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Oct 31, 2024
1 parent 2318918 commit c6b1a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Microsoft.Azure.SignalR.Tests/ServiceContextFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ public async Task ServiceConnectionContextCultureManagerTest(CultureInfo expectC
var cultureManager = new DefaultCultureInfoManager();

var requestIdProvider = new DefaultConnectionRequestIdProvider();
var requestId1 = requestIdProvider.GetRequestId("1");
var requestId2 = requestIdProvider.GetRequestId("2");
var requestId1 = "1";
var requestId2 = "2";
cultureManager.TryAddCulture(requestId1, expectCulture, expectUICulture);
cultureManager.TryAddCulture(requestId2, expectCulture, expectUICulture);

Expand Down

0 comments on commit c6b1a6d

Please sign in to comment.