Skip to content

Commit

Permalink
remove random collisions from unit test (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Dec 8, 2023
1 parent db26b3c commit e662c38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ object MockWorkspaceServer {
WorkspaceState.Ready
)

val mockValidId = randomPositiveInt()
val mockInvalidId = randomPositiveInt()
val alternativeMockValidId = randomPositiveInt()
val mockValidId = 3
val mockInvalidId = 6
val alternativeMockValidId = 9

val mockValidSubmission = OrchSubmissionRequest(
methodConfigurationNamespace = Option(randomAlpha()),
Expand Down

0 comments on commit e662c38

Please sign in to comment.