Skip to content

Commit c0e8c21

Browse files
committed
Fix EventStream e2e paths
1 parent 9ac2a6f commit c0e8c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventStream-e2e-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
End-to-end test program for the event stream with Node
44
55
Steps:
6-
- PARTICLE_API_TOKEN=<my-token> node test/EventStream-e2e-node.js
6+
- PARTICLE_API_TOKEN=<my-token> node EventStream-e2e-node.js
77
- Follow the scenarios in EventStream.feature
88
99
*/
1010

11-
const Particle = require('../lib/Particle');
11+
const Particle = require('./lib/Particle');
1212
const baseUrl = process.env.PARTICLE_API_BASE_URL || 'http://localhost:9090';
1313
const auth = process.env.PARTICLE_API_TOKEN;
1414
const particle = new Particle({ baseUrl });

0 commit comments

Comments
 (0)