Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Aug 26, 2024
1 parent c03e804 commit b864ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/waku_relay/test_wakunode_relay.nim
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ suite "WakuNode - Relay":
wsBindPort = Port(0),
wsEnabled = true,
)
pubSubTopic = DefaultRelayShard
shard = DefaultRelayShard
contentTopic = ContentTopic("/waku/2/default-content/proto")
payload = "hello world".toBytes()
message = WakuMessage(payload: payload, contentTopic: contentTopic)
Expand Down

0 comments on commit b864ab8

Please sign in to comment.