Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Jan 5, 2025
1 parent e35ebbe commit 18821d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ public void Verity_that_file_references_can_be_processed()
{
var rootPath = Path.Combine(TestContext.CurrentContext.TestDirectory, "TestData");

var fileSchemePath = $"file://{rootPath}\\PrimitiveTypes.xmi#Boolean";
var resoureceName = $"file://{rootPath}\\PrimitiveTypes.xmi";
var fileSchemePath = $"file://{rootPath}//PrimitiveTypes.xmi#Boolean";
var resoureceName = $"file://{rootPath}//PrimitiveTypes.xmi";

var property_1 = new Property
{
Expand Down

0 comments on commit 18821d9

Please sign in to comment.