15,000 USDC
View results
Submission Details
Severity: low

DSCEngineTest contract name re-used

Summary

The DSCEngineTest contract name is re-used in two different test files:

  • DSCEngineTest (test/unit/DSCEngineTest.t.sol#18-561)

  • DSCEngineTest (test/unit/OracleLibTest.t.sol#10-48)

Vulnerability Details

The name reuse in test contracts does not lead to any functional or readability issues.

Impact

It violates coding standards or best practices. Addressed to ensure a clean and organized codebase.

Tools Used

Slither - static analysis framework.

Recommendations

Rename the test contract name in the OracleLibTest.t.sol file.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.