Skip to content

Commit

Permalink
Resolve lint warning while I'm here
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Jan 30, 2024
1 parent 02c2fd1 commit f468700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function infoify(info) {
info[LEVEL] = info.level;
info[MESSAGE] = info.message;
return info;
};
}

describe('TransportStream', () => {
it('should have the appropriate methods defined', () => {
Expand Down

0 comments on commit f468700

Please sign in to comment.