Skip to content

Commit

Permalink
Fix second regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb committed Jul 4, 2024
1 parent 50ec183 commit 5c804c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main/scala/bloop/engine/tasks/TestTask.scala
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ object TestTask {
taskDefs.map {
case TaskDefWithFramework(taskDef, _) =>
selectedTests.get(taskDef.fullyQualifiedName()) match {
case None =>
case None | Some(Nil) =>
taskDef
case Some(value) =>
new TaskDef(
Expand Down

0 comments on commit 5c804c4

Please sign in to comment.