mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 02:13:11 +00:00
chore: update PR
This commit is contained in:
parent
507a8a07b0
commit
13d7f60a53
@ -260,7 +260,7 @@ suite "Waku v2 Rest API - Relay":
|
||||
RelayWakuMessage(
|
||||
payload: base64.encode("TEST-PAYLOAD"),
|
||||
contentTopic: some(DefaultContentTopic),
|
||||
timestamp: some(int64(2022)),
|
||||
timestamp: some(now()),
|
||||
),
|
||||
)
|
||||
|
||||
@ -488,7 +488,7 @@ suite "Waku v2 Rest API - Relay":
|
||||
RelayWakuMessage(
|
||||
payload: base64.encode("TEST-PAYLOAD"),
|
||||
contentTopic: some(DefaultContentTopic),
|
||||
timestamp: some(int64(2022)),
|
||||
timestamp: some(now()),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user