Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
Removed accidental change
  • Loading branch information
nvvfedorov authored Mar 21, 2024
1 parent 33b194f commit 50936e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestMain(m *testing.M) {
flag.Parse()
os.Exit(m.Run())
}
git

// TestRunSuite will be run by the 'go test' command
func TestRunSuite(t *testing.T) {
suite.Run(t, NewSuite())
Expand Down

0 comments on commit 50936e0

Please sign in to comment.