From 8e35529117b1404b429e774deed23f097d78142f Mon Sep 17 00:00:00 2001 From: DHTMLGoodies Date: Tue, 31 Jan 2017 02:30:12 +0100 Subject: [PATCH] Updates --- test/ParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ParserTest.php b/test/ParserTest.php index a65425b..e2e7eb8 100755 --- a/test/ParserTest.php +++ b/test/ParserTest.php @@ -2043,8 +2043,8 @@ Rc8 Ne6+ 72. Kf6 d2 73. c5+ Kd7 0-1'; $this->assertNotEmpty($game['moves'][0]); $m = json_encode($game['moves'][0]); echo $m; - $this->assertNotEmpty($game['moves'][0]['clock'], "Move: ". $m); - $this->assertEquals('1:59:56',$game['moves'][0]['clock']); + $this->assertNotEmpty($game['moves'][0]['clk'], "Move: ". $m); + $this->assertEquals('1:59:56',$game['moves'][0]['clk']); }