Skip to content

itest: remove TODO after fix #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions itest/assets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,13 +943,7 @@ func closeAssetChannelAndAssert(t *harnessTest, net *NetworkHarness,
t.Logf("Channel closed with txid: %v", closeTxid)
t.Logf("Close transaction: %v", spew.Sdump(closeTx))

// TODO(guggero): Remove this if once the receiver of a channel imports
// the proofs correctly as well.
if localTapd.node.Name() != "Yara" {
waitForSendEvent(
t.t, sendEvents, tapfreighter.SendStateComplete,
)
}
waitForSendEvent(t.t, sendEvents, tapfreighter.SendStateComplete)

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