Skip to content

Commit

Permalink
Update test/unit/resource-mapper-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
bourgeoa and TallTed authored Feb 26, 2024
1 parent 2e39e97 commit b00726f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/resource-mapper-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ describe('ResourceMapper', () => {

// GET/HEAD/POST/DELETE/PATCH base cases

itMapsUrl(mapper, 'a URL of a non-existing folder',
itMapsUrl(mapper, 'a URL of a non-existent folder',
{
url: 'http://localhost/space/foo/'
},
[/* no files */],
new Error('/space/foo/ Resource not found'))

itMapsUrl(mapper, 'a URL of a non-existing file',
itMapsUrl(mapper, 'a URL of a non-existent file',
{
url: 'http://localhost/space/foo.html'
},
Expand Down

0 comments on commit b00726f

Please sign in to comment.