Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonstz committed Apr 19, 2024
1 parent 0fb0fdd commit c7f7d5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pax/core/messages/tests/ColorThemeMessage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ const theme = {

describe('ColorThemeMessage.ts', () => {
// eslint-disable-next-line max-len
const decryptedHexPacket =
'1404ff73289900680105ff7328990068000ffd9528990088020bff727d00409a01063af54f71f8899a493279d0a9e0fa';
const decryptedHexPacket = `1404ff73289900680105ff7328990068000ffd9528990088020bff727d00409a01063af54f71f8899a493279d0a9e0fa`;

const paxDecryptedPacket = new PaxDecryptedPacket(
hexToBuffer(decryptedHexPacket),
Expand Down

0 comments on commit c7f7d5a

Please sign in to comment.