Skip to content

Commit 25ba099

Browse files
authored
Merge pull request #786 from lightninglabs/itest-assertion
itest: remove TODO after fix
2 parents cb20d63 + b10d4fa commit 25ba099

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

itest/assets_test.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -943,13 +943,7 @@ func closeAssetChannelAndAssert(t *harnessTest, net *NetworkHarness,
943943
t.Logf("Channel closed with txid: %v", closeTxid)
944944
t.Logf("Close transaction: %v", spew.Sdump(closeTx))
945945

946-
// TODO(guggero): Remove this if once the receiver of a channel imports
947-
// the proofs correctly as well.
948-
if localTapd.node.Name() != "Yara" {
949-
waitForSendEvent(
950-
t.t, sendEvents, tapfreighter.SendStateComplete,
951-
)
952-
}
946+
waitForSendEvent(t.t, sendEvents, tapfreighter.SendStateComplete)
953947

954948
// With the channel closed, we'll now assert that the co-op close
955949
// transaction was inserted into the local universe.

0 commit comments

Comments
 (0)