Skip to content

Commit 3bb14ef

Browse files
authored
Adds packages used by manager and test runner. (GoogleCloudPlatform#702)
1 parent 50de194 commit 3bb14ef

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

iot/http_example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
1212
},
1313
"dependencies": {
14+
"googleapis": "^32.0.0",
1415
"@google-cloud/pubsub": "0.13.2",
1516
"@google-cloud/nodejs-repo-tools": "2.2.5",
1617
"ava": "0.22.0",

iot/mqtt_example/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
1212
},
1313
"dependencies": {
14+
"googleapis": "^32.0.0",
1415
"@google-cloud/pubsub": "0.16.4",
1516
"@google-cloud/nodejs-repo-tools": "2.2.5",
1617
"ava": "0.25.0",
1718
"jsonwebtoken": "8.2.0",
1819
"mqtt": "2.16.0",
20+
"semistandard": "^12.0.1",
1921
"uuid": "3.2.1",
2022
"yargs": "11.0.0"
2123
},

iot/mqtt_example/system-test/cloudiot_mqtt_example.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test(`should send event message`, async (t) => {
9393
await tools.runAsync(`${helper} deleteRegistry ${localRegName}`, cwd);
9494
});
9595

96-
test(`should send event message`, async (t) => {
96+
test(`should send state message`, async (t) => {
9797
const localDevice = `test-rsa-device`;
9898
const localRegName = `${registryName}-rsa256`;
9999
await tools.runAsync(`${helper} setupIotTopic ${topicName}`, cwd);

0 commit comments

Comments
 (0)