aboutsummaryrefslogtreecommitdiff
path: root/test/nostr_service_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nostr_service_test.cpp')
-rw-r--r--test/nostr_service_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nostr_service_test.cpp b/test/nostr_service_test.cpp
index 6000423..d29fc87 100644
--- a/test/nostr_service_test.cpp
+++ b/test/nostr_service_test.cpp
@@ -772,7 +772,7 @@ TEST_F(NostrServiceTest, QueryRelays_ReturnsEvents_UpToEOSE)
auto filters = make_shared<nostr::Filters>(getKind0And1TestFilters());
- // await the future and get the results
+ // await the future and get the results
auto results = nostrService->queryRelays(filters).get();
// Check results size to ensure there are no duplicates.