Skip to content

Commit dc221e1

Browse files
author
Marc Odermatt
committed
Unit tests for dump flags
revert commented out t.Parallel()
1 parent d48fc28 commit dc221e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestDumpCmd(t *testing.T) {
17-
//t.Parallel()
17+
t.Parallel()
1818

1919
fileTarget := "file:///foo/bar"
2020
fileTargetURL, _ := url.Parse(fileTarget)

0 commit comments

Comments
 (0)