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

Commit 7852951

Browse files
ByFishh0xmemorygrinder
authored andcommitted
feat(libs/ast-references): remove wrong assert in test
1 parent eaa9954 commit 7852951

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/ast-references/src/file_retriever.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ mod tests {
420420
};
421421
visitor.visit_item_contract(contracts);
422422
assert_eq!(visitor.file_reference.borrow().contracts.len(), 1);
423-
assert_eq!(1, 0)
424423
}
425424

426425
#[test]

0 commit comments

Comments
 (0)