Skip to content

Commit

Permalink
Fix ConcreteHandlerItsPipelines struct function
Browse files Browse the repository at this point in the history
  • Loading branch information
siddardh committed Mar 6, 2024
1 parent dbf11de commit 1b8d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/loadTests.go
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ func (h *ConcreteHandlerPipelines) handlePVCS(threadIndex int, framework *framew
}

type ConcreteHandlerItsPipelines struct {
*ConcreteHandlerPipelines // Embedding ConcreteHandlerPipelines
ConcreteHandlerPipelines // Embedding ConcreteHandlerPipelines
}

func (h *ConcreteHandlerItsPipelines) Handle(ctx *JourneyContext) {
Expand Down

0 comments on commit 1b8d021

Please sign in to comment.