refactor: change test names

This commit is contained in:
Juan Pablo Villafáñez
2024-08-08 15:35:41 +02:00
parent 132defd738
commit 2d3de81117
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)
func TestGraph(t *testing.T) {
func TestConnector(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Connector Suite")
}

View File

@@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)
func TestGraph(t *testing.T) {
func TestHelpers(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Helpers Suite")
}