From b54c3481a39f01bc372c98fc287fca45ec9b8a2d Mon Sep 17 00:00:00 2001 From: Kyle Yee Date: Mon, 16 Dec 2019 17:39:29 +0800 Subject: [PATCH] fix typo in test case --- tests/Endpoints/ZonesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Endpoints/ZonesTest.php b/tests/Endpoints/ZonesTest.php index d0158bf..906d01a 100644 --- a/tests/Endpoints/ZonesTest.php +++ b/tests/Endpoints/ZonesTest.php @@ -61,7 +61,7 @@ class ZonesTest extends TestCase ->with( $this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41'), $this->equalTo([ - 'pause' => true, + 'paused' => true, ]) );