Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.15
06eb25c80d98c654a446e0625988333cde075769

# Scala Steward: Reformat with scalafmt 3.8.5
152eb540a2d5a13bb3c975129d4dfbf6ec4716ea
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
runner.dialect = scala3
version = 3.8.3
version = 3.8.5
maxColumn = 120
2 changes: 1 addition & 1 deletion odelay-testing/src/test/scalajs/TimerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class TimerSpec extends AsyncFunSpec with BeforeAndAfterAll {
val future = Delay(1.second)(throw CustomException).future
future.transformWith {
case Failure(exception) => assert(exception === CustomException)
case _ => fail("The delayed future was expected to fail")
case _ => fail("The delayed future was expected to fail")
}
}

Expand Down
Loading