Skip to content

Commit

Permalink
fixup! Config: Move assetEnabled upgrade to Version management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Nov 12, 2024
1 parent 5ab1f73 commit 272fb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func TestUpdate(t *testing.T) {
Exchange: "TeSt",
Accounts: []SubAccount{
{
AssetType: 6969,
AssetType: asset.Empty,
ID: "1337",
Currencies: []Balance{
{
Expand Down

0 comments on commit 272fb99

Please sign in to comment.