Skip to content

Commit

Permalink
fix(tests/nim): fix nim tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
osmaczko committed Jan 11, 2023
1 parent 3994f8b commit fa6f0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/nim/message_model_test.nim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ proc createTestMessageItem(id: string, clock: int64): Item =
senderTrustStatus = TrustStatus.Unknown,
senderEnsVerified = false,
discordMessage = DiscordMessage(),
resendError = ""
resendError = "",
mentioned = false
)

let message1 = createTestMessageItem("0xa", 1)
Expand Down

0 comments on commit fa6f0dd

Please sign in to comment.