mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
spelling: exception
This commit is contained in:
@@ -2,7 +2,7 @@ import org.scalatest.FunSuite
|
||||
|
||||
class SBT543 extends FunSuite {
|
||||
class MyCustomException(message: String) extends RuntimeException(message)
|
||||
test("throws a custom excpetion") {
|
||||
test("throws a custom exception") {
|
||||
throw new MyCustomException("this is a custom exception")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user