Skip to content

Commit 72d3c6e

Browse files
committed
update test for region
1 parent 058e594 commit 72d3c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/AllocatorTests/GameLiftAllocatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public async Task TestThatGameLiftCanAllocateToRegions()
7171
var allocation = await _allocator.Allocate(_executionContextMock.Object, new AllocateRequest("1234",
7272
new MatchmakingResults(null, "matchId", "poolId", "poolName", "queueName", new
7373
Dictionary<string, object>{
74-
{"region", "customRegion"},
74+
{"Region", "customRegion"},
7575
})));
7676

7777
Assert.That(allocation.AllocationData, Is.Not.Null);

0 commit comments

Comments
 (0)