From b7f56abf9328e6091b7755bb6cd10d7acc9603b0 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 25 Dec 2016 12:23:48 -0500 Subject: [PATCH] Update users_test.dart --- test/services/users_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/users_test.dart b/test/services/users_test.dart index 8cf7cdff..dbc627e8 100644 --- a/test/services/users_test.dart +++ b/test/services/users_test.dart @@ -10,7 +10,7 @@ main() async { setUp(() async { app = await createServer(); - client = await connectTo(app, saveSession: false); + client = await connectTo(app); }); tearDown(() async {