From 943b0d85d4263b2701e08ebb33c5b70807dd3075 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Fri, 19 Oct 2018 10:10:00 -0400 Subject: [PATCH] Add test using getBody trait method --- tests/Endpoints/ZonesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Endpoints/ZonesTest.php b/tests/Endpoints/ZonesTest.php index 2d17e77..acd0ab5 100644 --- a/tests/Endpoints/ZonesTest.php +++ b/tests/Endpoints/ZonesTest.php @@ -234,5 +234,6 @@ class ZonesTest extends TestCase ]); $this->assertTrue($result); + $this->assertEquals('c2547eb745079dac9320b638f5e225cf483cc5cfdda41', $zones->getBody()->result->id); } }