diff --git a/PartitionFileStorageTest/Program.cs b/PartitionFileStorageTest/Program.cs index d78393d..6ccf115 100644 --- a/PartitionFileStorageTest/Program.cs +++ b/PartitionFileStorageTest/Program.cs @@ -192,12 +192,12 @@ namespace PartitionFileStorageTest new PartitionSearchRequest { Info = new Metadata { Date = new DateTime(2022, 11, 08), Incoming = true }, - Keys = new ulong[] { 79645090604, 79645100604, 79643090604 } + Keys = new ulong[] { } }, new PartitionSearchRequest { Info = new Metadata { Date = new DateTime(2022, 11, 08), Incoming = false }, - Keys = new ulong[] { 79645090604, 79645100604, 79643090604 } + Keys = new ulong[] { } } } };