Skip to content

Commit 02b0d78

Browse files
committedDec 12, 2020
Fix Test
1 parent a65ff5b commit 02b0d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ test.cb('properly extracts', t => {
1414

1515
test('programmatic usage', t => {
1616
var driver = require('../lib/geckodriver')
17-
t.is(driver.version, '0.26.0')
17+
t.is(driver.version, '0.28.0')
1818
});

0 commit comments

Comments
 (0)
Please sign in to comment.