Skip to content

Commit 369a6d8

Browse files
committed
fix typo
1 parent 0bc32c2 commit 369a6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OrderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function testGetDetail(Order $api, array $orders)
142142
$this->assertArrayHasKey('feeCurrency', $order);
143143
$this->assertArrayHasKey('remark', $order);
144144
$this->assertArrayHasKey('type', $order);
145-
$this->assertArrayHasKey('iceberge', $order);
145+
$this->assertArrayHasKey('iceberg', $order);
146146
$this->assertArrayHasKey('createdAt', $order);
147147
$this->assertArrayHasKey('visibleSize', $order);
148148
$this->assertArrayHasKey('price', $order);

0 commit comments

Comments
 (0)