Skip to content

Commit 590411b

Browse files
committed
fix
1 parent bffdc50 commit 590411b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/JuheProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testGetLogisticsInfo()
5555
$juhe->shouldReceive('get')->with(
5656
'http://v.juhe.cn/exp/index', $query, [])->once()->andReturn($response);
5757

58-
$this->assertSame($response, $juhe->order('7521488', '圆通快递')->getOriginal());
58+
$this->assertSame($response, $juhe->order('7521488', '圆通')->getOriginal());
5959
}
6060

6161
public function tearDown()

0 commit comments

Comments
 (0)