Skip to content

Commit 6d59918

Browse files
authored
Update Appium_test.js
1 parent d5cbab2 commit 6d59918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/Appium_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path'
33
import { fileURLToPath } from 'url'
44
import { dirname } from 'path'
55

6-
import { Appium } from '../../lib/helper/Appium.js'
6+
import Appium from '../../lib/helper/Appium.js'
77
import AssertionFailedError from '../../lib/assert/error.js'
88
import { fileExists } from '../../lib/utils.js'
99
import * as codeceptjs from '../../lib/index.js'

0 commit comments

Comments
 (0)