Skip to content

Commit 3e046a9

Browse files
committed
✅ Fix test
1 parent 5db92cd commit 3e046a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/buildPath.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ test('build path', () => {
44
const expected = {
55
"dir": "api.github.com/users/user",
66
"goFilePath": "api.github.com/users/user/repos.go",
7-
"jsonFilePath": "api.github.com/users/user/repos_sample.json",
8-
"requestGoFilePath": "api.github.com/users/user/repos_request.go",
9-
"requestJsonFilePath": "api.github.com/users/user/repos_request_sample.json",
7+
"jsonFilePath": "api.github.com/users/user/repos.json",
8+
"paramGoFilePath": "api.github.com/users/user/repos_param.go",
9+
"paramJsonFilePath": "api.github.com/users/user/repos_param.json",
1010
"path": {
1111
"pathFormat": "/users/{user}/repos",
1212
"pathname": "/users/github/repos",

0 commit comments

Comments
 (0)