Skip to content

Commit dab3bb9

Browse files
committed
Added integration directory with integration.go file
1 parent 14a9b9b commit dab3bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/integration.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424

2525
// all test cases
2626
ext.AddSuite(e.Suite{
27-
Name: "openshift/lvm-operator/test",
27+
Name: "openshift/lvm-operator/test",
2828
Parents: []string{},
2929
})
3030

@@ -50,4 +50,4 @@ func main() {
5050
}(); err != nil {
5151
os.Exit(1)
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)