Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 20, 2023
1 parent d11d666 commit 8d91a5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decoder/expr_type_declaration_completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func TestCompletionAtPos_exprTypeDeclaration(t *testing.T) {
}),
},
{
"single-line new element inside quoted key name with no equal sign",
"missing object notation single-line new element inside quoted key name with no equal sign",
map[string]*schema.AttributeSchema{
"attr": {
Constraint: schema.TypeDeclaration{},
Expand All @@ -370,7 +370,7 @@ func TestCompletionAtPos_exprTypeDeclaration(t *testing.T) {
lang.CompleteCandidates([]lang.Candidate{}),
},
{
"single-line new element inside key name with no equal sign",
"missing object notation single-line new element inside key name with no equal sign",
map[string]*schema.AttributeSchema{
"attr": {
Constraint: schema.TypeDeclaration{},
Expand All @@ -382,7 +382,7 @@ func TestCompletionAtPos_exprTypeDeclaration(t *testing.T) {
lang.CompleteCandidates([]lang.Candidate{}),
},
{
"single-line new element value after equal sign",
"missing object notation single-line new element value after equal sign",
map[string]*schema.AttributeSchema{
"attr": {
Constraint: schema.TypeDeclaration{},
Expand Down

0 comments on commit 8d91a5b

Please sign in to comment.