This commit is contained in:
thosakwe 2017-01-28 16:41:03 -05:00
parent e97106d6ef
commit c219b9bcb6
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ class _IsJson extends Matcher {
@override
Description describe(Description description) {
return description.add(' should equal the desired JSON response: $value');
return description.add('should equal the desired JSON response: $value');
}
@override
@ -31,7 +31,7 @@ class _HasStatus extends Matcher {
@override
Description describe(Description description) {
return description.add(' should have statuc code $status');
return description.add('should have status code $status');
}
@override

View file

@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
description: "Testing utility library for the Angel framework."
homepage: "https://github.com/angel-dart/test.git"
name: "angel_test"
version: "1.0.0-dev+1"
version: "1.0.0"
dependencies:
angel_client: "^1.0.0-dev+16"
angel_framework: "^1.0.0-dev"