Skip to content

Commit f8b0ac0

Browse files
committed
update test
1 parent 05c04f4 commit f8b0ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jws_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ void main() {
257257
final isVerified = await jws.verify(keyStore);
258258
expect(isVerified, isTrue);
259259
});
260-
test('appsub-dart/jose#7', () async {
260+
test('appsub-dart/jose#57', () async {
261261
final testData = {
262262
'payload':
263263
'eyJpc3MiOiJqb2UiLA0KICJleHAiOjEzMDA4MTkzODAsDQogImh0dHA6Ly9leGF'

0 commit comments

Comments
 (0)