This commit is contained in:
thosakwe 2016-12-21 16:37:45 -05:00
parent a179a5d47f
commit 4195927822
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ main() async {
setUp(() async {
app = await createServer();
client = await connectTo(app, saveSession: false);
client = await connectTo(app;
});
tearDown(() async {

View file

@ -1,5 +1,5 @@
name: angel_cli
version: 1.0.0-dev+10
version: 1.0.0-dev+11
description: Command-line tools for the Angel framework.
environment:
sdk: ">=1.19.0"