Skip to content

Commit

Permalink
Fixes after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Levko Kravets <[email protected]>
  • Loading branch information
kravets-levko committed Apr 29, 2024
1 parent 513c2f8 commit dae6795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/utils/OperationIterator.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { expect } = require('chai');
const { OperationChunksIterator, OperationRowsIterator } = require('../../../dist/utils/OperationIterator');
const { OperationChunksIterator, OperationRowsIterator } = require('../../../lib/utils/OperationIterator');

class OperationMock {
// `chunks` should be an array of chunks
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/utils/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
definedOrError,
formatProgress,
ProgressUpdateTransformer,
} = require('../../../dist/utils');
} = require('../../../lib/utils');

describe('buildUserAgentString', () => {
// It should follow https://www.rfc-editor.org/rfc/rfc7231#section-5.5.3 and
Expand Down

0 comments on commit dae6795

Please sign in to comment.