remove TODO comment about adding a test case that I have added
This commit is contained in:
parent
d93a152298
commit
fce1885317
|
@ -282,5 +282,4 @@ func TestContractLinking(t *testing.T) {
|
||||||
map[rune]struct{}{
|
map[rune]struct{}{
|
||||||
'a': {}, 'b': {}, 'c': {}, 'd': {}, 'e': {}, 'f': {}, 'g': {}, 'h': {}, 'm': {},
|
'a': {}, 'b': {}, 'c': {}, 'd': {}, 'e': {}, 'f': {}, 'g': {}, 'h': {}, 'm': {},
|
||||||
}})
|
}})
|
||||||
// TODO: same as the above case but nested one level of dependencies deep (?)
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue