From 58eafd36c5a719bf0335b867ca9782bdc21e50ca Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 22 Oct 2018 19:05:11 -0400 Subject: [PATCH] explicit http --- test/list_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/list_test.dart b/test/list_test.dart index 26c934c5..29beb3bf 100644 --- a/test/list_test.dart +++ b/test/list_test.dart @@ -2,6 +2,7 @@ import 'package:async/async.dart'; import 'dart:io'; import 'package:angel_client/io.dart' as c; import 'package:angel_framework/angel_framework.dart' as s; +import 'package:angel_framework/http.dart' as s; import 'package:test/test.dart'; main() {