Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
madcpf committed Oct 4, 2023
1 parent 5247d8d commit 8eaaa50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unitary/examples/quantum_chinese_chess/board_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ def test_init(capsys):
output = capsys.readouterr()
assert (
output.out
== """
"""
== " a b c d e f g h i\n0 車馬相仕帥仕相馬車 0\n1 . . . . . . . . . 1\n2 . 砲. . . . . 砲. 2\n3 卒. 卒. 卒. 卒. 卒 3\n4 . . . . . . . . . 4\n5 . . . . . . . . . 5\n6 兵. 兵. 兵. 兵. 兵 6\n7 . 炮. . . . . 炮. 7\n8 . . . . . . . . . 8\n9 车马象士将士象马车 9\n a b c d e f g h i\n"
)

0 comments on commit 8eaaa50

Please sign in to comment.