Commit c2e4696c authored by Adrian Sutton's avatar Adrian Sutton

op-challenger: Remove todo - will handle defending the root in a follow up PR

parent 30c72f01
......@@ -78,9 +78,6 @@ func TestTranslatePositionsForBottomProvider(t *testing.T) {
requireSameValue(t, provider, claimPos, asBottomTraceProvider(t, provider).AlphabetTraceProvider, localClaimPos)
requireSameValue(t, provider, claimPos.Attack(), asBottomTraceProvider(t, provider).AlphabetTraceProvider, localClaimPos.Attack())
requireSameValue(t, provider, claimPos.Attack().Defend(), asBottomTraceProvider(t, provider).AlphabetTraceProvider, localClaimPos.Attack().Defend())
// TODO: Work out how to handle the unusual case of defending the root claim of the bottom provider which is now possible.
//requireSameValue(t, provider, claimPos.Defend(), asBottomTraceProvider(t, provider).AlphabetTraceProvider, localClaimPos.Defend())
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment