From 9adb44a05f40a70c53c4edc0e55747347769ed8f Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sun, 18 Apr 2021 22:02:56 +0200 Subject: [PATCH] Update expected test results --- tests/js/test.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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(); }); }); -- 1.7.0.4