11
This commit is contained in:
parent
a179a5d47f
commit
4195927822
2 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ main() async {
|
||||||
|
|
||||||
setUp(() async {
|
setUp(() async {
|
||||||
app = await createServer();
|
app = await createServer();
|
||||||
client = await connectTo(app, saveSession: false);
|
client = await connectTo(app;
|
||||||
});
|
});
|
||||||
|
|
||||||
tearDown(() async {
|
tearDown(() async {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_cli
|
name: angel_cli
|
||||||
version: 1.0.0-dev+10
|
version: 1.0.0-dev+11
|
||||||
description: Command-line tools for the Angel framework.
|
description: Command-line tools for the Angel framework.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.19.0"
|
sdk: ">=1.19.0"
|
||||||
|
|
Loading…
Reference in a new issue