Skip to content

Commit 1f3a320

Browse files
committed
adjust to unused result changes
1 parent fd6001e commit 1f3a320

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

internal/cadence/lint_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,6 @@ func Test_Lint(t *testing.T) {
179179
EndPos: ast.Position{Line: 5, Column: 5, Offset: 65},
180180
},
181181
},
182-
{
183-
Location: common.StringLocation("LintError.cdc"),
184-
Category: "unused-result-hint",
185-
Message: "unused result",
186-
Range: ast.Range{
187-
StartPos: ast.Position{Offset: 63, Line: 5, Column: 3},
188-
EndPos: ast.Position{Offset: 65, Line: 5, Column: 5},
189-
},
190-
},
191182
},
192183
},
193184
},

0 commit comments

Comments
 (0)