mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 15:10:49 +00:00
update test case for StoreApi.getOrderById (id: 1 => 2)
This commit is contained in:
parent
59140bd3f3
commit
cb2f1e1bb1
@ -64,7 +64,7 @@ describe "Store" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "should fetch an order" do
|
it "should fetch an order" do
|
||||||
item = StoreApi.getOrderById(1)
|
item = StoreApi.getOrderById(2)
|
||||||
item.id.should == 1
|
item.id.should == 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user