Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jun 4, 2024
1 parent de35fa3 commit b436b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func initCommServer(t *testing.T) {
Limit: 10000,
LimitPerAccount: 16,
MaxLifetime: 10 * time.Minute,
}))
}), "2.0.0")
router := mux.NewRouter()
node.New(comm).Mount(router, "/node")
ts = httptest.NewServer(router)
Expand Down

0 comments on commit b436b84

Please sign in to comment.