Update users_test.dart

This commit is contained in:
Tobe O 2016-12-25 12:23:48 -05:00 committed by GitHub
parent e9601def46
commit b7f56abf93

View file

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