Skip to content

Commit

Permalink
mps-cli-ts: fixed path to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiud committed Nov 26, 2023
1 parent 5065fe7 commit 8bc4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps-cli-ts/tests/project.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SNode, SNodeRef } from "../src/model/snode";
describe("testing building of the model from a directory with solutions", () => {
it("solutions dir", () => {
const repo: SRepository = loadSolutions(
"..\\mps_test_projects\\mps_cli_lanuse_file_per_root",
"../mps_test_projects/mps_cli_lanuse_file_per_root",
);
assert.equal(repo.modules.length, 2);

Expand Down

0 comments on commit 8bc4f04

Please sign in to comment.