Remove redundant #[test_log::test] attributes in test modules #948
Labels
A: good-first-issue
Admin: good for newcomers
O: code-hygiene
Objective: aims to improve code hygiene
Milestone
Description
There are places in our test modules (e.g. here), we have used
#[test_log::test]
as the test attribute. However, neither theibc-rs
implementation nor its tests involve any logging or tracing. We should assess the codebase to identify and eliminate any instances where these attributes are redundant.The text was updated successfully, but these errors were encountered: