Skip to content

Commit

Permalink
Fix regression breaking Metals tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb committed Jul 4, 2024
1 parent 956d093 commit b9fab8c
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 @@ -339,7 +339,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 b9fab8c

Please sign in to comment.