Skip to content

Commit

Permalink
Fixup path after files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Aug 16, 2023
1 parent 127043b commit b4ac146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/horizon/call_builders_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const URI = require('urijs');
const { CallBuilder } = require('../../../lib/call_builder'); // bc not exported
const { CallBuilder } = require('../../../lib/horizon/call_builder'); // bc not exported

describe('CallBuilder functions', function () {
it("doesn't mutate the constructor passed url argument (it clones it instead)", function () {
Expand Down

0 comments on commit b4ac146

Please sign in to comment.