Skip to content

Commit

Permalink
fix(psa): fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ynfeng committed Feb 24, 2021
1 parent 7c7f422 commit c104cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion psa/src/project_structure_analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod tests {
.unwrap();

assert_eq!(project.name, "simple");
assert_eq!(project.path.contains("/projects/java/simple"), true);
assert_eq!(project.path.contains("simple"), true);
}

#[test]
Expand Down

0 comments on commit c104cf3

Please sign in to comment.