File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/ByteSync.Client.IntegrationTests/Services/Inventories Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -714,7 +714,7 @@ public async Task Test_ReparsePoint()
714714
715715 inventory = inventoryBuilder . Inventory ! ;
716716 inventory . InventoryParts . Count . Should ( ) . Be ( 1 ) ;
717- inventory . InventoryParts [ 0 ] . DirectoryDescriptions . Count . Should ( ) . Be ( 0 ) ;
717+ inventory . InventoryParts [ 0 ] . DirectoryDescriptions . Count . Should ( ) . Be ( 1 ) ;
718718 inventory . InventoryParts [ 0 ] . FileDescriptions . Count . Should ( ) . Be ( 2 ) ;
719719 }
720720
@@ -757,7 +757,7 @@ public async Task Test_PosixFifo_IsSkipped()
757757
758758 inventory = inventoryBuilder . Inventory ! ;
759759 inventory . InventoryParts . Count . Should ( ) . Be ( 1 ) ;
760- inventory . InventoryParts [ 0 ] . DirectoryDescriptions . Count . Should ( ) . Be ( 1 ) ;
760+ inventory . InventoryParts [ 0 ] . DirectoryDescriptions . Count . Should ( ) . Be ( 0 ) ;
761761 inventory . InventoryParts [ 0 ] . FileDescriptions . Count . Should ( ) . Be ( 2 ) ;
762762
763763 var fifoDescription = inventory . InventoryParts [ 0 ] . FileDescriptions . Single ( fd => fd . Name . Equals ( "pipeA" ) ) ;
You can’t perform that action at this time.
0 commit comments