From 66db2c319a145740a0d5e8b8b1eebfcc573d4616 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Sat, 28 Oct 2023 18:15:29 +0200 Subject: [PATCH] nostr: fix `test_negative_timestamp` test --- crates/nostr/src/message/client.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/nostr/src/message/client.rs b/crates/nostr/src/message/client.rs index 2c75e56fc..114a4dee6 100644 --- a/crates/nostr/src/message/client.rs +++ b/crates/nostr/src/message/client.rs @@ -406,10 +406,9 @@ mod tests { "379e863e8357163b5bce5d2688dc4f1dcc2d505222fb8d74db600f30535dfdfe" ], "kinds": [ - 0, - 3 + 1 ], - "limit": 200000, + "limit": 20, "since": -50123406 } ]);