File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/sdk/server/test/Internal/FDv2DataSources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ public async Task FirstInitializerFailsSecondInitializerSucceedsWithoutSelectorS
345345 }
346346
347347 [ Fact ]
348- public async Task FirstInitializerSucceedsSecondInitializerNotInvoked ( )
348+ public async Task FirstInitializerSucceedsWithSelectorSecondInitializerNotInvoked ( )
349349 {
350350 // Create a capturing sink to observe all updates
351351 var capturingSink = new CapturingDataSourceUpdatesWithHeaders ( ) ;
@@ -375,7 +375,7 @@ public async Task FirstInitializerSucceedsSecondInitializerNotInvoked()
375375 // Call Apply with dummy data
376376 updatesSink . Apply ( new ChangeSet < ItemDescriptor > (
377377 ChangeSetType . Full ,
378- Selector . Empty ,
378+ Selector . Make ( 1 , "dummy-state" ) ,
379379 firstInitializerDummyData . Data ,
380380 null
381381 ) ) ;
You can’t perform that action at this time.
0 commit comments