TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

[Bug] Forge deps missing #15

Closed mkubdev closed 2 years ago

mkubdev commented 2 years ago

In tests files, there is a missing dependency :

import "forge-std/Test.sol";

image

We should fix the repos according to this import for Foundry tests.

Perelyn-sama commented 2 years ago

Its there https://github.com/TheAlgorithms/Solidity/tree/main/lib

mkubdev commented 2 years ago

I close, solved by #18