// this pruning disabled for now
public void _testOnlyExpandFirstCardInSequenceCardTwoPlayedBetweenTwoUnplayedCards() {
Node node = new Node(null);
Deal game = new Deal(NoTrump.i());
game.getPlayer(Direction.WEST_DEPRECATED).init(new Hand("", "", "4,3,2", ""));
game.getPlayer(Direction.NORTH_DEPRECATED).init(new Hand("K,10,3", "", "", ""));
game.getPlayer(Direction.EAST_DEPRECATED).init(new Hand("A,J,2", "", "", ""));
game.getPlayer(Direction.SOUTH_DEPRECATED).init(new Hand("Q", "3,2", "", ""));
game.setNextToPlay(Direction.NORTH_DEPRECATED);
game.play(King.of(Spades.i()));
game.play(Two.of(Spades.i()));
game.play(Queen.of(Spades.i()));
game.play(Two.of(Diamonds.i())); //north takes trick