Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored May 27, 2022
1 parent b8c50e8 commit 4a3fd25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ describe('InstrumentDescriptor', () => {
const result = createInstrumentDescriptor('example', InstrumentType.COUNTER, {
unit: val as any,
});

assert.strictEqual(result.unit, '');
})
});
}
});
});

0 comments on commit 4a3fd25

Please sign in to comment.