aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLibravatar dwigton <daniel@stonecottageweb.com>2024-07-15 12:05:09 -0500
committerLibravatar GitHub <noreply@github.com>2024-07-15 12:05:09 -0500
commit1e6bf40d457def0faa12e3f6cf58be0e9c69e6f5 (patch)
tree041ea8ca06a26fb6a25bcb30c9964cbceed69e74 /test
parent9cbe27d3e5e15a3790cc9d5d3e9cc5852ce08df4 (diff)
Apply suggestions from code review
Co-authored-by: Michael J <37635304+buttercat1791@users.noreply.github.com>
Diffstat (limited to 'test')
-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.