forked from loafle/openapi-generator-original
update test case for StoreApi.getOrderById (id: 1 => 2)
This commit is contained in:
@@ -64,7 +64,7 @@ describe "Store" do
|
||||
end
|
||||
|
||||
it "should fetch an order" do
|
||||
item = StoreApi.getOrderById(1)
|
||||
item.id.should == 1
|
||||
item = StoreApi.getOrderById(2)
|
||||
item.id.should == 2
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user