Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix compilation err
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Sep 27, 2023
1 parent a24749d commit 262a18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/furnace/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ func TestGenesis(t *testing.T) {
},
BurnAmounts: []types.BurnAmount{
{
Identifier: 0,
Index: 0,
},
{
Identifier: 1,
Index: 1,
},
},
// this line is used by starport scaffolding # genesis/test/state
Expand Down

0 comments on commit 262a18d

Please sign in to comment.