Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit a6a0779

Browse files
author
Andres
committed
Fix syntax
1 parent 7d2d036 commit a6a0779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('Examples', () => {
214214
});
215215
describe('event-trigger-python', function () {
216216
this.timeout(15000);
217-
it('should get a submmited message "hello world"', (done) => {
217+
it('should get a submmited message "hello world"', function (done) {
218218
this.retry(3);
219219
setTimeout(() => {
220220
exec(

0 commit comments

Comments
 (0)