We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c4372 commit 029f343Copy full SHA for 029f343
1 file changed
system-tests/tests/test-helpers/before_suite.go
@@ -23,6 +23,8 @@ import (
23
ttypes "github.com/smartcontractkit/chainlink/system-tests/tests/test-helpers/configuration"
24
)
25
26
+// TOOD test comment, remove me
27
+
28
func SetupTestEnvironmentWithConfig(t *testing.T, tconf *ttypes.TestConfig, flags ...string) *ttypes.TestEnvironment {
29
t.Helper()
30
0 commit comments