Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axaysagathiya committed Jan 8, 2024
1 parent a5cafbe commit 7ee9ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot/parachain/backing/can_second_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestHandleCanSecondMessage(t *testing.T) {
cb.handleCanSecondMessage(msg)
})

t.Run("seconding is not allowed", func(t *testing.T) {
t.Run("seconding_is_not_allowed", func(t *testing.T) {
cb := CandidateBacking{
perRelayParent: map[common.Hash]*perRelayParentState{
msg.CandidateRelayParent: {
Expand All @@ -68,7 +68,7 @@ func TestHandleCanSecondMessage(t *testing.T) {
cb.handleCanSecondMessage(msg)
})

t.Run("candidate recognised by at least one fragment tree", func(t *testing.T) {
t.Run("candidate_recognised_by_at_least_one_fragment_tree", func(t *testing.T) {
ctrl := gomock.NewController(t)
mockImplicitView := NewMockImplicitView(ctrl)

Expand Down

0 comments on commit 7ee9ab9

Please sign in to comment.