Skip to content

Commit 44cbba1

Browse files
committed
fix(tests): fix never-gonna-give-you-up test paths
1 parent b0f87e9 commit 44cbba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

never-gonna-give-you-up/tests/never-gonna-give-you-up.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const neverGonnaGiveYouUp = require('./never-gonna-give-you-up').handler;
2-
const helpers = require('../test/test-helper');
1+
const neverGonnaGiveYouUp = require('../functions/never-gonna-give-you-up').handler;
2+
const helpers = require('../../test/test-helper');
33

44
describe('', () => {
55
beforeAll(() => {

0 commit comments

Comments
 (0)