Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 22, 2023
1 parent 8a28da2 commit 7b25e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/address.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('test/address.test.ts', () => {
});

describe('address.mac()', () => {
it.skip('should return mac', done => {
it('should return mac', done => {
addressAll.mac((err, mac) => {
assert(!err);
assert(mac);
Expand Down

0 comments on commit 7b25e76

Please sign in to comment.