Skip to content

Commit

Permalink
Updated homeAssistant.test.ts coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanoostenrijk committed Feb 11, 2025
1 parent 022672f commit 022ab73
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 219 deletions.
2 changes: 1 addition & 1 deletion src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class Connection {
subscription: message.id,
}
).catch((err) => {
this.log.warn(`Error unsubsribing from unknown subscription ${message.id}`, err);
this.log.warn(`Error unsubscribing from unknown subscription ${message.id}`, err);
});
}
break;
Expand Down
Loading

0 comments on commit 022ab73

Please sign in to comment.