From b4ac14638f7f3b616e6f489ebb9611031bd45d4d Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 15 Aug 2023 17:03:52 -0700 Subject: [PATCH] Fixup path after files moved --- test/unit/horizon/call_builders_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/horizon/call_builders_test.js b/test/unit/horizon/call_builders_test.js index 984b7dd8f..6c1226eea 100644 --- a/test/unit/horizon/call_builders_test.js +++ b/test/unit/horizon/call_builders_test.js @@ -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 () {