Skip to content

Commit c072e37

Browse files
Minor typo fix (#703)
1 parent 82acfdb commit c072e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require('dotenv').load({
33
});
44

55
if (!process.env.CLOUDINARY_URL) {
6-
throw 'Could not start tests - Cloudianry URL is undefined'
6+
throw 'Could not start tests - Cloudinary URL is undefined'
77
}
88

99
global.expect = require('expect.js');

0 commit comments

Comments
 (0)