Skip to content

Commit

Permalink
ensure primary execution
Browse files Browse the repository at this point in the history
  • Loading branch information
shazbert committed Jan 14, 2025
1 parent 2b5c8c9 commit 17d15d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ func executeExchangeWrapperTests(ctx context.Context, t *testing.T, exch exchang
func handleExchangeWrapperTests(ctx context.Context, t *testing.T, actualExchange reflect.Value, methodNames []string, exch exchange.IBotExchange, assetParams []assetPair, groupTestID string) {
t.Helper()
t.Run(groupTestID, func(t *testing.T) {
t.Parallel()
for x := range methodNames {
methodName := methodNames[x]
method := actualExchange.MethodByName(methodNames[x])
Expand Down

0 comments on commit 17d15d3

Please sign in to comment.