Skip to content

Commit

Permalink
change test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbeermann committed Jan 6, 2025
1 parent f1278cf commit 15e3340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Controller', () => {
expect(mockMQTTConnectAsync).toHaveBeenCalledWith('mqtt://localhost', expected);
});

it('Start controller with username MQTT settings', async () => {
it('Start controller with only username MQTT settings', async () => {
const ca = tmp.fileSync().name;
fs.writeFileSync(ca, 'ca');
const key = tmp.fileSync().name;
Expand Down

0 comments on commit 15e3340

Please sign in to comment.