diff options
Diffstat (limited to 'tests/combined.cpp')
| -rw-r--r-- | tests/combined.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/combined.cpp b/tests/combined.cpp index a4b2089..137257c 100644 --- a/tests/combined.cpp +++ b/tests/combined.cpp @@ -50,7 +50,7 @@ TEST_CASE("Hartwig PGN", "[combined/hartwig]") { "just loses thanks to the interpolation of 11. c3 fxe4:"); HalfMove *m20w = (m->GetHalfMoveAt(38)); // move 20 white => m20w - CHECK(m20w->NAG == "$1"); + CHECK(m20w->NAG == 1); HalfMove *m21b = (m->GetHalfMoveAt(42)); // move 21 black => m21b CHECK(m21b->comment == |
