From 4ed708ee471079993644efd4d81ef45ff898d10d Mon Sep 17 00:00:00 2001 From: Ogoun Date: Wed, 16 Nov 2022 19:09:59 +0300 Subject: [PATCH] Update Program.cs --- PartitionFileStorageTest/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] { } } } };