Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Dec 6, 2024
1 parent b65a17a commit ba7b9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/super/flix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ func Test_GenerateFlixMissingAlias(t *testing.T) {
assert.NoError(t, err)
state, _ := flowkit.Init(rw)
state.Contracts().AddOrUpdate(config.Contract{
Name: "Foobar",
Aliases: []config.Alias{{Address: flow.Address{0x01}, Network: "mainnet"}},
Name: "Foobar",
Aliases: []config.Alias{{Address: flow.Address{0x01}, Network: "mainnet"}},
})

mockFlixService := new(MockFlixService)
Expand Down
2 changes: 1 addition & 1 deletion internal/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ func IsCoreContract(contractName string) bool {
}
}
return false
}
}

0 comments on commit ba7b9bb

Please sign in to comment.