-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Un-randomize TestConvertScripts_WithBreakpoint_OnFailure
Prior to this commit we iterated over a map when building up the args passed to a step container with debug breakpoint enabled. Map iteration can be random, so sometimes our unit tests would flake out. This commit switches the map to a list and uses a struct to provide the fields as the key/values from the map.
- Loading branch information
1 parent
8afd156
commit c8c7291
Showing
1 changed file
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters