Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Sep 13, 2024
1 parent ba7acf2 commit 23d6a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wakunode2/test_app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include waku/factory/waku
suite "Wakunode2 - Waku":
test "compilation version should be reported":
## Given
let conf = defaultTestWakuNodeConf()
var conf = defaultTestWakuNodeConf()

let waku = Waku.init(conf).valueOr:
raiseAssert error
Expand All @@ -43,7 +43,7 @@ suite "Wakunode2 - Waku initialization":

test "node setup is successful with default configuration":
## Given
let conf = defaultTestWakuNodeConf()
var conf = defaultTestWakuNodeConf()

## When
var waku = Waku.init(conf).valueOr:
Expand Down

0 comments on commit 23d6a77

Please sign in to comment.