Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Apr 25, 2024
1 parent b2c2aeb commit af6aee3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:math';

import 'package:test/test.dart';
import 'package:web5/src/dids/did_dht/dns_packet.dart';
Expand Down Expand Up @@ -145,7 +144,7 @@ void main() {

final didDocument = DidDocumentConverter.convertDnsPacket(did, dnsPacket);
expect(didDocument.id,
'did:dht:hpmp9uur565nkimpwdzom7ehbuabnsba658xwwynyk7awcd15bko');
'did:dht:hpmp9uur565nkimpwdzom7ehbuabnsba658xwwynyk7awcd15bko',);
expect(didDocument.verificationMethod!.length, 3);
expect(didDocument.authentication!.length, 2);
expect(didDocument.assertionMethod!.length, 2);
Expand Down

0 comments on commit af6aee3

Please sign in to comment.