Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Mar 4, 2024
1 parent 3354acd commit 7d431a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ object JUnitRunnerTests extends IOSuite {
test("Tests tagged with only fail when ran on CI") { blocker =>
run(blocker, Meta.OnlyFailsOnCi).map { notifications =>
def testFailure(name: String, lineNumber: Int) = {
val srcPath = "modules/framework-cats/jvm/src/test/scala/junit/Meta.scala"
val srcPath =
"modules/framework-cats/jvm/src/test/scala/junit/Meta.scala"
val msgLine1 = s"- $name 0ms"
val msgLine2 =
s" 'Only' tag is not allowed when `isCI=true` ($srcPath:$lineNumber)"
Expand Down Expand Up @@ -134,7 +135,8 @@ object JUnitRunnerTests extends IOSuite {
blocker =>
run(blocker, Meta.OnlyFailsOnCiEvenIfIgnored).map { notifications =>
def testFailure(name: String, lineNumber: Int) = {
val srcPath = "modules/framework-cats/jvm/src/test/scala/junit/Meta.scala"
val srcPath =
"modules/framework-cats/jvm/src/test/scala/junit/Meta.scala"
val msgLine1 = s"- $name 0ms"
val msgLine2 =
s" 'Only' tag is not allowed when `isCI=true` ($srcPath:$lineNumber)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ object TracingTests extends SimpleIOSuite {
result
}

val thisFile = "/modules/framework-cats/shared/src/test/scala/TracingTests.scala"
val thisFile =
"/modules/framework-cats/shared/src/test/scala/TracingTests.scala"

pureTest("Traces work as expected") {
val result = isOdd(2)
Expand Down

0 comments on commit 7d431a5

Please sign in to comment.