Skip to content

Commit

Permalink
Minor change to test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Feb 5, 2017
1 parent b7e725c commit f22e9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/pollmommy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

describe('pollmommy', () => {
let PollMommy
let Pollmommy
let subject
let nightmare
let UserAgent
Expand All @@ -17,7 +17,7 @@ describe('pollmommy', () => {
nightmare = td.object([ 'useragent', 'goto', 'inject', 'evaluate', 'end' ])
td.replace('nightmare', function () { return nightmare })

PollMommy = require('../src/pollmommy')
Pollmommy = require('../src/pollmommy')
})

beforeEach(() => {
Expand All @@ -40,7 +40,7 @@ describe('pollmommy', () => {
const userAgent = 'my-user-agent'

before(() => {
subject = new PollMommy({ maxRetries })
subject = new Pollmommy({ maxRetries })
})

beforeEach(() => {
Expand Down

0 comments on commit f22e9c0

Please sign in to comment.