go.mod updates
This commit is contained in:
parent
69ba750b38
commit
d67be9ef58
8 changed files with 8 additions and 23 deletions
|
@ -77,7 +77,6 @@ func (*Suite) TestAlreadyUsedKey(c *check.C) {
|
|||
if err != nil {
|
||||
c.Fatal(err)
|
||||
}
|
||||
defer db.Close()
|
||||
m := Machine{
|
||||
ID: 0,
|
||||
MachineKey: "foo",
|
||||
|
@ -107,7 +106,6 @@ func (*Suite) TestReusableBeingUsedKey(c *check.C) {
|
|||
if err != nil {
|
||||
c.Fatal(err)
|
||||
}
|
||||
defer db.Close()
|
||||
m := Machine{
|
||||
ID: 1,
|
||||
MachineKey: "foo",
|
||||
|
@ -149,7 +147,6 @@ func (*Suite) TestEphemeralKey(c *check.C) {
|
|||
if err != nil {
|
||||
c.Fatal(err)
|
||||
}
|
||||
defer db.Close()
|
||||
now := time.Now()
|
||||
m := Machine{
|
||||
ID: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue