1.0.0
This commit is contained in:
parent
e97106d6ef
commit
c219b9bcb6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue