diff --git a/lnd_test.go b/lnd_test.go index a8721575..e0de9e4a 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -7862,20 +7862,6 @@ var testsCases = []*testCase{ name: "test multi-hop htlc remote chain claim", test: testMultiHopHtlcRemoteChainClaim, }, - { - // TODO(roasbeef): test always needs to be last as Bob's state - // is borked since we trick him into attempting to cheat Alice? - name: "revoked uncooperative close retribution", - test: testRevokedCloseRetribution, - }, - { - name: "revoked uncooperative close retribution zero value remote output", - test: testRevokedCloseRetributionZeroValueRemoteOutput, - }, - { - name: "revoked uncooperative close retribution remote hodl", - test: testRevokedCloseRetributionRemoteHodl, - }, { name: "switch circuit persistence", test: testSwitchCircuitPersistence, @@ -7892,6 +7878,20 @@ var testsCases = []*testCase{ name: "switch offline delivery outgoing offline", test: testSwitchOfflineDeliveryOutgoingOffline, }, + { + // TODO(roasbeef): test always needs to be last as Bob's state + // is borked since we trick him into attempting to cheat Alice? + name: "revoked uncooperative close retribution", + test: testRevokedCloseRetribution, + }, + { + name: "revoked uncooperative close retribution zero value remote output", + test: testRevokedCloseRetributionZeroValueRemoteOutput, + }, + { + name: "revoked uncooperative close retribution remote hodl", + test: testRevokedCloseRetributionRemoteHodl, + }, } // TestLightningNetworkDaemon performs a series of integration tests amongst a