removed duplicate test
diff --git a/pubspec.yaml b/pubspec.yaml
index 24cedf8..c9c4365 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_proxy
-version: 0.0.1
+version: 0.0.2-dev
 author: Kevin Moore <github@j832.com>
 description: Shelf handlers to proxy requests to other HTTP servers
 homepage: https://github.com/kevmoo/shelf_proxy
diff --git a/test/proxy_test.dart b/test/proxy_test.dart
index 85be0b9..6790e1d 100644
--- a/test/proxy_test.dart
+++ b/test/proxy_test.dart
@@ -34,11 +34,6 @@
         expect(createProxyHandler(Uri.parse('http://example.com/')), isNotNull);
       });
 
-      test('with trailing slash works', () {
-        expect(createProxyHandler(Uri.parse('http://example.com/path')),
-            isNotNull);
-      });
-
       test('with path item', () {
         expect(createProxyHandler(Uri.parse('http://example.com/path')),
             isNotNull);