Update dep_tree_test.go

This commit is contained in:
sashaodessa 2025-09-05 20:32:38 +02:00 committed by GitHub
parent cca89885eb
commit e2f6b22995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -329,7 +329,7 @@ func TestContractLinking(t *testing.T) {
map[rune]struct{}{}, map[rune]struct{}{},
}, },
// two contracts ('a' and 'f') share some dependencies. contract 'a' is marked as an override. expect that any of // two contracts ('a' and 'f') share some dependencies. contract 'a' is marked as an override. expect that any of
// its depdencies that aren't shared with 'f' are not deployed. // its dependencies that aren't shared with 'f' are not deployed.
linkTestCaseInput{map[rune][]rune{ linkTestCaseInput{map[rune][]rune{
'a': {'b', 'c', 'd', 'e'}, 'a': {'b', 'c', 'd', 'e'},
'f': {'g', 'c', 'd', 'h'}}, 'f': {'g', 'c', 'd', 'h'}},