Skip to content

Commit

Permalink
daemon: fix broken unit test import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Aug 1, 2023
1 parent 0506dc9 commit f3d15ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/daemon/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ services:

type rebootSuite struct{}

var _ = check.Suite(&rebootSuite{})
var _ = Suite(&rebootSuite{})

func mockSyncSyscall(f func()) (restore func()) {
old := syncSyscall
Expand Down

0 comments on commit f3d15ca

Please sign in to comment.