mirror of https://github.com/sbt/sbt.git
spelling: exception
This commit is contained in:
parent
524579d87a
commit
899cd85d06
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue