Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
anachlas committed Nov 30, 2016
1 parent 12934be commit ce9b9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utilities/test_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ void main() {
var response = await defaultTestClient.request("/foo").get();
expect(response, hasBody(partial({"foo": "bar"})));
expect(response, hasBody(partial({"x": greaterThan(0)})));
expect(response, hasBody(partial({"baz": isNotPresent})));

try {
expect(response, hasBody(partial({"foo": "notbar"})));
Expand Down

0 comments on commit ce9b9ab

Please sign in to comment.