Skip to content

Commit

Permalink
remove unnecessary function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed May 18, 2024
1 parent 973da20 commit 02a21e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hscontrol/db/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ func (s *Suite) TestExpireNode(c *check.C) {
c.Assert(nodeFromDB.IsExpired(), check.Equals, true)
}

func (s *Suite) TestSerdeAddressStringSlice(c *check.C) {
func (s *Suite) TestGenerateGivenName(c *check.C) {
user1, err := db.CreateUser("user-1")
c.Assert(err, check.IsNil)
Expand Down

0 comments on commit 02a21e4

Please sign in to comment.