Skip to content

Commit 32c60bb

Browse files
committed
fix test
1 parent ad639e6 commit 32c60bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseUser.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ describe('Parse.User testing', () => {
13201320
.then(user => {
13211321
const fileAgain = user.get('file');
13221322
expect(fileAgain.name()).toMatch(/yolo.txt$/);
1323-
expect(fileAgain.url()).toMatch(/yolo.txt$/);
1323+
expect(fileAgain.url()).toMatch(/yolo.txt/);
13241324
})
13251325
.then(() => {
13261326
done();

0 commit comments

Comments
 (0)