Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed May 3, 2023
1 parent c0dacd2 commit 298eb9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golang/cosmos/x/swingset/keeper/snapshotter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func TestSecondCommit(t *testing.T) {
}

// drain the signaling channel to let goroutine exit
_ = <-ch
_ = <-ch
<-ch
<-ch
close(ch)
}

Expand Down Expand Up @@ -118,7 +118,7 @@ func TestRetrievalFails(t *testing.T) {
t.Fatal(err)
}

_ = <-ch
<-ch
if savedErr == nil {
t.Fatal("wanted retrieval error")
}
Expand Down

0 comments on commit 298eb9f

Please sign in to comment.