Skip to content

Commit

Permalink
chore: sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Dec 12, 2023
1 parent 698e890 commit be884b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ describe('Quantel Device', () => {
})

test('Set up port', async () => {
jest
await compareStates(
{ time: 1000, port: {} },
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getMappedPorts(mappings: Mappings<SomeMappingQuantel>): MappedPo

// now sort in place
for (const port of Object.values<MappedPorts[string]>(ports)) {
port.channels.sort()
port.channels = port.channels.sort((a, b) => a - b)
}

return ports
Expand Down

0 comments on commit be884b6

Please sign in to comment.