Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Dec 21, 2020
1 parent ad639e6 commit 32c60bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ describe('Parse.User testing', () => {
.then(user => {
const fileAgain = user.get('file');
expect(fileAgain.name()).toMatch(/yolo.txt$/);
expect(fileAgain.url()).toMatch(/yolo.txt$/);
expect(fileAgain.url()).toMatch(/yolo.txt/);
})
.then(() => {
done();
Expand Down

0 comments on commit 32c60bb

Please sign in to comment.