Skip to content

Commit

Permalink
test: fix path of and name of RIFUtil.test.ts hyperledger-cacti#1515
Browse files Browse the repository at this point in the history
Peter: Also modified the import path based on the location of the
test file now being different.

Fixes hyperledger-cacti#1515

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Arnab Nandi <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
arnabnandikgp authored and sandeepnRES committed Dec 21, 2023
1 parent f46ade9 commit 2a54940
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright 2020-2021 Hyperledger Cactus Contributors
* SPDX-License-Identifier: Apache-2.0
*
* RIFUtil.test.ts
* rif-util.test.ts
*/

import { RIFUtil } from "./RIFUtil";
import { RIFUtil } from "../../../main/typescript/routing-interface/util/RIFUtil";

test("test", () => {
const objJson = { aaa: "abc", bbb: "def" };
Expand Down

0 comments on commit 2a54940

Please sign in to comment.