From cc346383e27353e47def8093a1034d12e13e6492 Mon Sep 17 00:00:00 2001 From: Spencer Brooks Date: Fri, 17 Jul 2020 11:20:54 -0600 Subject: [PATCH] removed extra should from test description (#1581) --- test/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.js b/test/basic.js index 1892553f7..978b87470 100644 --- a/test/basic.js +++ b/test/basic.js @@ -130,7 +130,7 @@ describe('request', function() { }); }); - it('should should be an Error object', done => { + it('should be an Error object', done => { let calledErrorEvent = false; request .get(`${uri}/error`)