Skip to content

Commit

Permalink
Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarElChamaa committed May 6, 2024
1 parent 7834abf commit fe71ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ func TestModel_GetModelDirectorySuccess(t *testing.T) {
}

resultPath, err := model.GetModelDirectory()
expectedPath := "folder/folder2/models"
expectedPath := "folder\\folder2\\models"
test.AssertEqual(t, err, nil, "No error message")
test.AssertEqual(t, resultPath, expectedPath, "Path is as expected")
}
Expand Down

0 comments on commit fe71ed8

Please sign in to comment.