Skip to content

Commit 502750c

Browse files
Fix suggestion syntax
1 parent 4c05a84 commit 502750c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ra/ra_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,13 +1678,13 @@ func TestNewOrder_ProfileSelectionAllowList(t *testing.T) {
16781678
name: "Allow all account IDs regardless of profile",
16791679
validationProfiles: nil,
16801680
expectErr: false,
1681-
}
1681+
},
16821682
{
1683-
name: "Allow all account IDs for this specific profile",
1683+
name: "Allow all account IDs for this specific profile",
16841684
validationProfiles: map[string]*ValidationProfile{
16851685
"test": NewValidationProfile(nil),
16861686
},
1687-
expectErr: false,
1687+
expectErr: false,
16881688
},
16891689
{
16901690
name: "Deny all but account Id 1337",

0 commit comments

Comments
 (0)