TricksterCards / Bridgit

Bridgit is a bot (computer algorithm) for bidding Bridge hands.
MIT License
1 stars 1 forks source link

Test: Dummy points make game.pbn: Four Heart basic 2/1 (Seat W, Bid 2) #11

Closed antross closed 2 months ago

antross commented 2 months ago

@RalphLipe looks like this test somehow regressed recently. Can you take a look when you get the chance?

Failed Dummy points make game.pbn: Four Heart basic 2/1 (Seat W, Bid 2) [14 ms] Error Message: Assert.AreEqual failed. Expected:<4H>. Actual:<3H>.

RalphLipe commented 2 months ago

2/1 game force changed the appropriate response from 4H to 3H for 2nd bid. Changed test. Now passing.

antross commented 2 months ago

@RalphLipe thanks!