Identify test helper functions (#487)

This commit is contained in:
Cameron Moore
2021-03-29 19:06:46 -05:00
committed by GitHub
parent 2ddbf6be6d
commit 6165b9454f
+2
View File
@@ -13,6 +13,7 @@ import (
)
func testgenInvalid(t *testing.T, input string) {
t.Helper()
t.Logf("Input TOML:\n%s", input)
doc := map[string]interface{}{}
@@ -25,6 +26,7 @@ func testgenInvalid(t *testing.T, input string) {
}
func testgenValid(t *testing.T, input string, jsonRef string) {
t.Helper()
t.Logf("Input TOML:\n%s", input)
doc := map[string]interface{}{}