From: Fabian Fichter Date: Sun, 18 Apr 2021 20:02:56 +0000 (+0200) Subject: Update expected test results X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=9adb44a05f40a70c53c4edc0e55747347769ed8f;p=fairystockfish.git Update expected test results --- diff --git a/tests/js/test.js b/tests/js/test.js index a7ad6c5..64b38f2 100644 --- a/tests/js/test.js +++ b/tests/js/test.js @@ -484,7 +484,7 @@ describe('board.toVerboseString()', function () { " a b c d e f g h i\n\n" + "Fen: rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/P1P1P1P1P/1C5C1/9/RNBAKABNR w - - 0 1\n" + "Sfen: rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/P1P1P1P1P/1C5C1/9/RNBAKABNR b - 1\n" + - "Key: 7D2D4DD861009613\nCheckers: "); + "Key: CF494C075A7D927E\nCheckers: "); board2.delete(); }); });