Skip to content

Commit 2b69698

Browse files
committed
test: fix FIFO inventory expectations
1 parent bc1545f commit 2b69698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ByteSync.Client.IntegrationTests/Services/Inventories/TestInventoryBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(1);
717+
inventory.InventoryParts[0].DirectoryDescriptions.Count.Should().Be(0);
718718
inventory.InventoryParts[0].FileDescriptions.Count.Should().Be(2);
719719
}
720720

0 commit comments

Comments
 (0)