Skip to content

Commit

Permalink
Fix test suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 24, 2020
1 parent 04fd72e commit 6d08a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
. "github.com/onsi/gomega"
)

func TestEngine(t *testing.T) {
func TestCore(t *testing.T) {
tests.Init(t, false)
log.SetLevel(log.LevelCritical)
RegisterFailHandler(Fail)
Expand Down

0 comments on commit 6d08a94

Please sign in to comment.