Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
feat(libs/ast-references): remove wrong assert in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ByFishh committed Sep 20, 2023
1 parent 2dc9f1e commit 5c83b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/ast-references/src/file_retriever.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ mod tests {
};
visitor.visit_item_contract(contracts);
assert_eq!(visitor.file_reference.borrow().contracts.len(), 1);
assert_eq!(1, 0)
}

#[test]
Expand Down

0 comments on commit 5c83b2c

Please sign in to comment.