1.0.0
This commit is contained in:
parent
e97106d6ef
commit
c219b9bcb6
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ class _HasStatus extends Matcher {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Description describe(Description description) {
|
Description describe(Description description) {
|
||||||
return description.add(' should have statuc code $status');
|
return description.add('should have status code $status');
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
|
||||||
description: "Testing utility library for the Angel framework."
|
description: "Testing utility library for the Angel framework."
|
||||||
homepage: "https://github.com/angel-dart/test.git"
|
homepage: "https://github.com/angel-dart/test.git"
|
||||||
name: "angel_test"
|
name: "angel_test"
|
||||||
version: "1.0.0-dev+1"
|
version: "1.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_client: "^1.0.0-dev+16"
|
angel_client: "^1.0.0-dev+16"
|
||||||
angel_framework: "^1.0.0-dev"
|
angel_framework: "^1.0.0-dev"
|
||||||
|
|
Loading…
Reference in a new issue