Skip to content

Commit 7e1e7bd

Browse files
committed
qr test fix
1 parent 6e05556 commit 7e1e7bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pubspec.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ homepage: https://github.com/vishalxl/nostr_console
1010
# sorted lists printed in profile ( radixrat)
1111
# sorted tree children - now posts get printed in sorted order
1212
# --lnqr print LNBC invoices as qr code
13+
# only maximum 500 contacts are fetched.
14+
# fetching logic: first all follows, ~50 well known accounts, and top tagged people are fetched for few days. Then all live events are fetched for last 2 hous and ongoing.
15+
16+
# test fix
1317

1418
#0.2.9
1519
# improved fetching logic

test/nostr_console_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ String expectedResult =
284284
String profilePubkey1 = "add06b88bd78c5cbb2cd990e873adfba3eaf8e0217d3208be2be770eb506d430";
285285
expect (pubkeyQrCodeResult1, getPubkeyAsQrString(profilePubkey1), reason: "testing qr code function");
286286

287-
String lnQrCodeResult1 = """\n\n█▀▀▀▀▀█ █▀▄█▄▄█▀ █ ▄▄ ▀▄ ▀ ▀█▀ ▀▄▀ ██ █▀ ▄█▀███ █▀ ▀▄ █▀▀▀▀▀█
287+
String lnQrCodeResult1 = """:-\n\n█▀▀▀▀▀█ █▀▄█▄▄█▀ █ ▄▄ ▀▄ ▀ ▀█▀ ▀▄▀ ██ █▀ ▄█▀███ █▀ ▀▄ █▀▀▀▀▀█
288288
█ ███ █ ▄ ▀ ▄▀█▄▄▄▀▀ ▀▀▄▄██▄▄██▄▄█▄▄ ▄▀▄▀ ▀ █████▄▀ █ ███ █
289289
█ ▀▀▀ █ ▀▀█▄█▄▄▀▀▀█▀ ▀ █▄█▄██▀▀▀█ ▄▀▀ ███ █▄▄ ▄▀▀▄█▄ ▀ █ ▀▀▀ █
290290
▀▀▀▀▀▀▀ █ ▀▄█▄▀ ▀ █ █ █ ▀ ▀ ▀▄█ ▀ █ ▀ ▀ █ ▀▄▀ ▀ ▀ █▄█▄▀ ▀ ▀▀▀▀▀▀▀

0 commit comments

Comments
 (0)