Skip to content

Commit f0caa78

Browse files
committed
Use original source file in EventStream e2e node
1 parent 4f33731 commit f0caa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventStream-e2e-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Steps:
88
99
*/
1010

11-
const Particle = require('./lib/Particle');
11+
const Particle = require('./src/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)