Skip to content

Commit a43f24c

Browse files
committed
test: Do not mark TestDatasets as a t.Helper.
It isn't a helper.
1 parent 36d104d commit a43f24c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zfs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ func zpoolTest(t *testing.T, fn func()) {
8282
}
8383

8484
func TestDatasets(t *testing.T) {
85-
t.Helper()
8685

8786
zpoolTest(t, func() {
8887
_, err := zfs.Datasets("")

0 commit comments

Comments
 (0)