Skip to content

Commit 8f060c8

Browse files
Merge branch 'frozen-load' of https://github.com/anthony-murphy/FluidFramework-1 into frozen-load
2 parents 5e04398 + 8d7b087 commit 8f060c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/local-server-stress-tests/src/localServerStressHarness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ function mixinRestartClientFromPendingState<TOperation extends BaseOperation>(
14421442

14431443
// in order to validate we need to disconnect to ensure
14441444
// no changes arrive between capturing the state and validating
1445-
// the said against the source container
1445+
// the state against the source container
14461446
sourceClient.container.disconnect();
14471447

14481448
const pendingLocalState = await sourceClient.container.getPendingLocalState();

0 commit comments

Comments
 (0)