Update users_test.dart
This commit is contained in:
parent
e9601def46
commit
b7f56abf93
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,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 {
|
||||||
|
|
Loading…
Reference in a new issue