Skip to content

Commit

Permalink
Merge branch 'develop' into da_AJ-422_updateSentry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Dec 8, 2023
2 parents 2d1d070 + e662c38 commit 042e8df
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 042e8df

Please sign in to comment.