Skip to content

Commit 33d2c7b

Browse files
authored
Update Appium_platformNameNormalization_test.js
1 parent b01e79e commit 33d2c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/Appium_platformNameNormalization_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { expect } = require('chai')
2-
const Appium = require('../../lib/helper/Appium')
1+
import expect from 'chai'
2+
import Appium from '../../lib/helper/Appium'
33

44
describe('Appium platformName normalization', () => {
55
it('should normalize platformName to lowercase for Android', () => {

0 commit comments

Comments
 (0)