Skip to content

Commit 7dafb49

Browse files
committed
tests: add noop close method for consistency
1 parent 589ea3a commit 7dafb49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/utils/src/api-client.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ class ApiClient {
261261
async _getStatistics(projectId, buildId) {
262262
throw new Error('Unimplemented');
263263
}
264+
265+
async close() {}
264266
}
265267

266268
module.exports = ApiClient;

0 commit comments

Comments
 (0)