Skip to content

Commit

Permalink
Fix typo in test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Jarzynka committed Apr 29, 2016
1 parent a7b8b22 commit b604fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/driver-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ describe('driver', () => {
driver.validateDesiredCaps({platformName: 'Android', deviceName: 'device', appPackage: 'some.app.package'});
}).to.not.throw(/must include/);
});
it('should not be sentivie to platform name casing', () => {
it('should not be sensitive to platform name casing', () => {
expect(() => {
driver.validateDesiredCaps({platformName: 'AnDrOiD', deviceName: 'device', app: '/path/to/some.apk'});
}).to.not.throw(Error);
Expand Down

0 comments on commit b604fc5

Please sign in to comment.