From 590411ba6e08e6b1ee8e5f7fc135aae37be2a7bb Mon Sep 17 00:00:00 2001 From: Lhao Date: Mon, 27 May 2019 16:33:16 +0800 Subject: [PATCH] fix --- tests/Providers/JuheProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Providers/JuheProviderTest.php b/tests/Providers/JuheProviderTest.php index c34f630..5ecda88 100644 --- a/tests/Providers/JuheProviderTest.php +++ b/tests/Providers/JuheProviderTest.php @@ -55,7 +55,7 @@ public function testGetLogisticsInfo() $juhe->shouldReceive('get')->with( 'http://v.juhe.cn/exp/index', $query, [])->once()->andReturn($response); - $this->assertSame($response, $juhe->order('7521488', '圆通快递')->getOriginal()); + $this->assertSame($response, $juhe->order('7521488', '圆通')->getOriginal()); } public function tearDown()