8000 fix · mtojek/terraform-provider-coder@e3463bf · GitHub
[go: up one dir, main page]

Skip to content

Commit e3463bf

Browse files
committed
fix
1 parent 6b56dc8 commit e3463bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

provider/parameter_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,16 +515,16 @@ func TestValueValidatesType(t *testing.T) {
515515
Max: 2,
516516
Monotonic: "decreasing",
517517
}, {
518-
Name: "ValidListOfString",
518+
Name: "ValidListOfStrings",
519519
Type: "list(string)",
520520
Value: `["first","second","third"]`,
521521
}, {
522-
Name: "InvalidListOfString",
522+
Name: "InvalidListOfStrings",
523523
Type: "list(string)",
524524
Value: `["first","second","third"`,
525525
Error: regexp.MustCompile("is not valid list of strings"),
526526
}, {
527-
Name: "EmptyListOfString",
527+
Name: "EmptyListOfStrings",
528528
Type: "list(string)",
529529
Value: `[]`,
530530
}} {

0 commit comments

Comments
 (0)
0