From 31453d81840d2c8a5009b3b78908fa7b36c6479a Mon Sep 17 00:00:00 2001 From: Michael Markoski Date: Sat, 25 May 2019 15:36:29 -0500 Subject: [PATCH] remove new line --- tests/Endpoints/CryptoTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Endpoints/CryptoTest.php b/tests/Endpoints/CryptoTest.php index a798dc1..39dbe5e 100644 --- a/tests/Endpoints/CryptoTest.php +++ b/tests/Endpoints/CryptoTest.php @@ -2,7 +2,6 @@ class CryptoTest extends TestCase { - public function testGetOpportunisticEncryptionSetting() { $response = $this->getPsr7JsonResponseForFixture('Endpoints/getOpportunisticEncryptionSetting.json');