From fce1885317c4455e56492efc3248db33b31b6eb4 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 16 Dec 2024 15:07:54 +0700 Subject: [PATCH] remove TODO comment about adding a test case that I have added --- accounts/abi/bind/dep_tree_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/accounts/abi/bind/dep_tree_test.go b/accounts/abi/bind/dep_tree_test.go index 06ba6cc5ed..3e02599822 100644 --- a/accounts/abi/bind/dep_tree_test.go +++ b/accounts/abi/bind/dep_tree_test.go @@ -282,5 +282,4 @@ func TestContractLinking(t *testing.T) { map[rune]struct{}{ 'a': {}, 'b': {}, 'c': {}, 'd': {}, 'e': {}, 'f': {}, 'g': {}, 'h': {}, 'm': {}, }}) - // TODO: same as the above case but nested one level of dependencies deep (?) }