We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029172 commit 929a306Copy full SHA for 929a306
pkg/expect/lib/expect.dart
@@ -629,7 +629,7 @@ class Expect {
629
static void notType<T>(dynamic object, [String reason = ""]) {
630
if (object is! T) return;
631
String msg = _getMessage(reason);
632
- _fail("Expect.type($object is! $T$msg) fails"
+ _fail("Expect.type($object is! $T$msg) fails "
633
"on ${Error.safeToString(object)}");
634
}
635
0 commit comments