fix typo in test case

This commit is contained in:
Kyle Yee
2019-12-16 17:39:29 +08:00
parent 8310111b11
commit b54c3481a3

View File

@@ -61,7 +61,7 @@ class ZonesTest extends TestCase
->with( ->with(
$this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41'), $this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41'),
$this->equalTo([ $this->equalTo([
'pause' => true, 'paused' => true,
]) ])
); );