mirror of https://github.com/jwtk/jjwt.git
#27: removed empty method
This commit is contained in:
parent
d644d8f9ee
commit
4904753ca5
|
@ -111,10 +111,6 @@ class JwtMapTest {
|
|||
assertEquals( m.keySet(), ['a', 'c'] as Set)
|
||||
}
|
||||
|
||||
void testEntrySet() {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
void testValues() {
|
||||
def m = new JwtMap()
|
||||
|
|
Loading…
Reference in New Issue