@@ -497,7 +497,7 @@ describeSpec('Writes:', [], () => {
497
497
) ;
498
498
} ) ;
499
499
500
- specTest ( 'Held writes are not re-sent.' , [ ] , ( ) => {
500
+ specTest ( 'Writes are not re-sent.' , [ ] , ( ) => {
501
501
const query = Query . atPath ( path ( 'collection' ) ) ;
502
502
const docALocal = doc (
503
503
'collection/a' ,
@@ -545,7 +545,7 @@ describeSpec('Writes:', [], () => {
545
545
} ) ;
546
546
547
547
specTest (
548
- 'Held writes are not re-sent after disable/enable network.' ,
548
+ 'Writes are not re-sent after disable/enable network.' ,
549
549
[ ] ,
550
550
( ) => {
551
551
const query = Query . atPath ( path ( 'collection' ) ) ;
@@ -598,10 +598,9 @@ describeSpec('Writes:', [], () => {
598
598
) ;
599
599
600
600
specTest (
601
- 'Held writes are released when there are no queries left. ' ,
601
+ 'Writes are released when there are no queries left' ,
602
602
[ 'eager-gc' ] ,
603
- 'This test expects a new target id for a new listen, but without eager gc, the same target ' +
604
- 'id is reused' ,
603
+ 'This test verifies that committed mutations are eligble for garbage collection on target removal' ,
605
604
( ) => {
606
605
const query = Query . atPath ( path ( 'collection' ) ) ;
607
606
const docALocal = doc (
@@ -995,7 +994,7 @@ describeSpec('Writes:', [], () => {
995
994
}
996
995
) ;
997
996
998
- specTest ( 'Held write is released by primary client' , [ 'multi-client' ] , ( ) => {
997
+ specTest ( 'Writes are released by primary client' , [ 'multi-client' ] , ( ) => {
999
998
const query = Query . atPath ( path ( 'collection' ) ) ;
1000
999
const docALocal = doc (
1001
1000
'collection/a' ,
0 commit comments