Skip to content

Commit

Permalink
TS-38628 Fixed TeamscaleMockServer implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jan 16, 2025
1 parent 9c70511 commit 295167b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TeamscaleMockServer(port: Int) {

/** A list of all repositories to which an upload happened. */
@JvmField
val uploadRepositories = mutableListOf<String>()
val uploadRepositories = mutableListOf<String?>()

/** A list of all repositories for which impacted tests were requested. */
@JvmField
Expand Down

0 comments on commit 295167b

Please sign in to comment.