Skip to content

Commit cb2f1e1

Browse files
committed
update test case for StoreApi.getOrderById (id: 1 => 2)
1 parent 59140bd commit cb2f1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/client/petstore/ruby/spec/pet_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
end
6565

6666
it "should fetch an order" do
67-
item = StoreApi.getOrderById(1)
68-
item.id.should == 1
67+
item = StoreApi.getOrderById(2)
68+
item.id.should == 2
6969
end
7070
end

0 commit comments

Comments
 (0)