Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Dec 6, 2023
1 parent 6c9ef05 commit 92b13a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func TestMultipleMigrations(t *testing.T) {
// Check the reporter
require.Equal(t,
map[interpreter.AddressPath][]string{
interpreter.AddressPath{
{
Address: account,
Path: interpreter.PathValue{
Domain: pathDomain,
Expand All @@ -211,7 +211,7 @@ func TestMultipleMigrations(t *testing.T) {
}: {
"testInt8Migration",
},
interpreter.AddressPath{
{
Address: account,
Path: interpreter.PathValue{
Domain: pathDomain,
Expand Down

0 comments on commit 92b13a4

Please sign in to comment.