Skip to content

Commit

Permalink
GODRIVER-2466 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Jan 19, 2024
1 parent 4669d9b commit 7aa63f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/unified/testrunner_operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func assertEventCount(ctx context.Context, args assertEventCountArguments) error
}
}

return fmt.Errorf("expected event %q to have occured %v times, actual: %v",
return fmt.Errorf("expected event %q to have occurred %v times, actual: %v",
rawEventType, args.Count, actualCount)
}

Expand Down

0 comments on commit 7aa63f0

Please sign in to comment.