Skip to content

Commit 33d98e4

Browse files
committed
Updated test case to verify PR #974.
1 parent 1c5e074 commit 33d98e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/groovy/io/jsonwebtoken/lang/CollectionsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CollectionsTest {
3535
@Test
3636
void testAsSetFromSet() {
3737
def set = Collections.setOf('foo')
38-
assertSame set, Collections.asSet(set)
38+
assertEquals set, Collections.asSet(set)
3939
}
4040

4141
@Test

0 commit comments

Comments
 (0)