Skip to content

Commit

Permalink
Use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 18, 2024
1 parent 0e7bb15 commit 596c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/mqtt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQT
await onDisconnect;
});

import * as io from '@awscrt';
import * as io from '../native/io';

test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQTT payload types', async () => {

Expand Down

0 comments on commit 596c3a8

Please sign in to comment.