Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 8, 2024
1 parent 235692a commit d4b97bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lint/cadence_v1_analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ func TestCadenceV1Analyzer(t *testing.T) {
t,
[]analysis.Diagnostic{
{
Location: testLocation,
Severity: analysis.SeverityError,
Category: lint.CadenceV1Category,
Message: "[Cadence 1.0] `save` has been replaced by the new Storage API.",
Code: "C1.0-StorageAPI-Save",
DocURL: "https://forum.flow.com/t/update-on-cadence-1-0/5197#account-access-got-improved-55",
Location: testLocation,
Severity: analysis.SeverityError,
Category: lint.CadenceV1Category,
Message: "[Cadence 1.0] `save` has been replaced by the new Storage API.",
Code: "C1.0-StorageAPI-Save",
DocURL: "https://forum.flow.com/t/update-on-cadence-1-0/5197#account-access-got-improved-55",
SuggestedFixes: []analysis.SuggestedFix{
{
Message: "Replace with `storage.save`",
Expand Down

0 comments on commit d4b97bd

Please sign in to comment.