Skip to content

Commit b00726f

Browse files
bourgeoaTallTed
andauthored
Update test/unit/resource-mapper-test.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 2e39e97 commit b00726f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/resource-mapper-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ describe('ResourceMapper', () => {
143143

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

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

153-
itMapsUrl(mapper, 'a URL of a non-existing file',
153+
itMapsUrl(mapper, 'a URL of a non-existent file',
154154
{
155155
url: 'http://localhost/space/foo.html'
156156
},

0 commit comments

Comments
 (0)