From 4904753ca5acb3851fda27793bae78e1d3cce160 Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Thu, 7 May 2015 23:30:41 -0700 Subject: [PATCH] #27: removed empty method --- src/test/groovy/io/jsonwebtoken/impl/JwtMapTest.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/groovy/io/jsonwebtoken/impl/JwtMapTest.groovy b/src/test/groovy/io/jsonwebtoken/impl/JwtMapTest.groovy index 8f8050b2..6ea987d7 100644 --- a/src/test/groovy/io/jsonwebtoken/impl/JwtMapTest.groovy +++ b/src/test/groovy/io/jsonwebtoken/impl/JwtMapTest.groovy @@ -111,10 +111,6 @@ class JwtMapTest { assertEquals( m.keySet(), ['a', 'c'] as Set) } - void testEntrySet() { - - } - @Test void testValues() { def m = new JwtMap()