Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed May 13, 2024
1 parent 2021314 commit 9f143eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itests/supply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func TestCirciulationSupplyUpgrade(t *testing.T) {

psd0, err := fullNode0.MpoolPushMessage(ctx,
makePSDMessage(
t,
ctx,
t,
blockMiner0.ActorAddr,
worker0,
wallet0,
Expand Down Expand Up @@ -95,8 +95,8 @@ func TestCirciulationSupplyUpgrade(t *testing.T) {

psd1, err := fullNode1.MpoolPushMessage(ctx,
makePSDMessage(
t,
ctx,
t,
blockMiner1.ActorAddr,
worker1,
wallet1,
Expand Down

0 comments on commit 9f143eb

Please sign in to comment.