Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Oct 18, 2024
1 parent 0f110c5 commit 61dac70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GcpBatchLabelSpec extends AnyFlatSpec with CromwellTimeoutSpec with Matche
}

it should s"convert the bad label string '$label' into the safe label string '$conversion'" in {
GcpLabel.safeGoogleName(label) should be(conversion)
GcpLabel.safeGoogleName(label, isKey = true) should be(conversion)
}
}
}

0 comments on commit 61dac70

Please sign in to comment.