Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
moberghammer committed Mar 11, 2024
1 parent dca475b commit 46c0c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zfs/SnapshotList_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ func (t *testExecutor) HasSnapshot(dataset string) (bool, error) {
panic("implement me")
}

func (t *testExecutor) HasHolds(dataset string) (bool, error) {
return false, nil
}

func (t *testExecutor) DestroySnapshot(dataset string) ([]byte, error) {
return nil, nil
}
Expand Down

0 comments on commit 46c0c3c

Please sign in to comment.