Merge pull request #137 from PR0M3TH3AN/codex/fix-attributeerror-in-test_nostr_index_size_limits

Fix Nostr index size test
This commit is contained in:
thePR0M3TH3AN
2025-07-02 12:32:54 -04:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ def test_nostr_index_size_limits():
break
client.close_client_pool()
note_kind = Kind.from_std(KindStandard.TEXT_NOTE).to_int()
note_kind = Kind.from_std(KindStandard.TEXT_NOTE).as_u16()
print(f"\nNostr note Kind: {note_kind}")
print("Size | Payload Bytes | Published | Retrieved")
for size, payload, pub, ret in results: