We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffdc50 commit 590411bCopy full SHA for 590411b
tests/Providers/JuheProviderTest.php
@@ -55,7 +55,7 @@ public function testGetLogisticsInfo()
55
$juhe->shouldReceive('get')->with(
56
'http://v.juhe.cn/exp/index', $query, [])->once()->andReturn($response);
57
58
- $this->assertSame($response, $juhe->order('7521488', '圆通快递')->getOriginal());
+ $this->assertSame($response, $juhe->order('7521488', '圆通')->getOriginal());
59
}
60
61
public function tearDown()
0 commit comments