diff --git a/ghost/mw-update-user-last-seen/test/mw-update-user-last-seen.test.js b/ghost/mw-update-user-last-seen/test/mw-update-user-last-seen.test.js index 272019af6d..be47af0c63 100644 --- a/ghost/mw-update-user-last-seen/test/mw-update-user-last-seen.test.js +++ b/ghost/mw-update-user-last-seen/test/mw-update-user-last-seen.test.js @@ -2,7 +2,7 @@ // const testUtils = require('./utils'); require('./utils'); -const updateUserLastSeenMiddleware = require('../lib/mw-update-user-last-seen'); +const updateUserLastSeenMiddleware = require('../'); class UserMock { constructor(initialProps) {