Skip to content

Commit

Permalink
fix accounts test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Oct 19, 2023
1 parent 2d1a232 commit 63d1c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/output_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestAccountOutputBuilder(t *testing.T) {

expected := &iotago.AccountOutput{
Amount: 1337,
StateIndex: 1,
StateIndex: 0,
StateMetadata: metadata,
FoundryCounter: 5,
Conditions: iotago.AccountOutputUnlockConditions{
Expand Down Expand Up @@ -130,7 +130,7 @@ func TestAccountOutputBuilder(t *testing.T) {

expectedFeatures := &iotago.AccountOutput{
Amount: 1337,
StateIndex: 1,
StateIndex: 0,
StateMetadata: metadata,
FoundryCounter: 5,
Conditions: iotago.AccountOutputUnlockConditions{
Expand Down

0 comments on commit 63d1c14

Please sign in to comment.