Skip to content

Commit 2b9fb80

Browse files
committed
fixup: test names
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 389625e commit 2b9fb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json/flagd_definitions_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ func init() {
2929
}
3030
}
3131

32-
func TestPositiveParsing(t *testing.T) {
32+
func TestPositiveFlagParsing(t *testing.T) {
3333
if err := walkPath(true, "./test/flags/positive", compiledFlagDefinitionSchema); err != nil {
3434
t.Error(err)
3535
t.FailNow()
3636
}
3737
}
3838

39-
func TestNegativeParsing(t *testing.T) {
39+
func TestNegativeFlagParsing(t *testing.T) {
4040
if err := walkPath(false, "./test/flags/negative", compiledFlagDefinitionSchema); err != nil {
4141
t.Error(err)
4242
t.FailNow()

0 commit comments

Comments
 (0)