Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thisliu committed May 27, 2019
1 parent bffdc50 commit 590411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Providers/JuheProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 590411b

Please sign in to comment.