Skip to content

Commit f7395d8

Browse files
committedSep 25, 2021
Lint fix from rename
1 parent 5ba5737 commit f7395d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/ResourceClient.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('ResourceClient', () => {
135135
resource.where({filter, options: optionsWithInclude});
136136

137137
expect(api.get).toHaveBeenCalledWith(
138-
'widgets?filter[status]=draft&include=comments'
138+
'widgets?filter[status]=draft&include=comments',
139139
);
140140
});
141141

0 commit comments

Comments
 (0)