From 2a36246342c17044bf5aafbf71fe1f2147ffe60a Mon Sep 17 00:00:00 2001 From: phaller Date: Thu, 17 May 2012 00:20:45 +0200 Subject: SIP-14: clean ups and fixes --- test/files/jvm/future-spec/PromiseTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/future-spec/PromiseTests.scala') diff --git a/test/files/jvm/future-spec/PromiseTests.scala b/test/files/jvm/future-spec/PromiseTests.scala index 6016746a23..bf9d9b39d7 100644 --- a/test/files/jvm/future-spec/PromiseTests.scala +++ b/test/files/jvm/future-spec/PromiseTests.scala @@ -133,7 +133,7 @@ object PromiseTests extends MinimalScalaTest { (future, result) => intercept[NoSuchElementException] { Await.result(future.failed, defaultTimeout) - }.getMessage mustBe ("Future.failed not completed with a throwable. Instead completed with: " + result) + }.getMessage mustBe ("Future.failed not completed with a throwable.") } } -- cgit v1.2.3