Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Dec 2, 2023
1 parent 70c1017 commit af3c097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/db/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ func (s *Suite) TestAutoApproveRoutes(c *check.C) {

sendUpdate, err := db.SaveNodeRoutes(&node)
c.Assert(err, check.IsNil)
c.Assert(sendUpdate, check.Equals, true)
c.Assert(sendUpdate, check.Equals, false)

node0ByID, err := db.GetNodeByID(0)
c.Assert(err, check.IsNil)
Expand Down

0 comments on commit af3c097

Please sign in to comment.