diff --git a/samples/client/petstore/ruby/spec/pet_spec.rb b/samples/client/petstore/ruby/spec/pet_spec.rb index 63753b8c89c..cb280e20329 100644 --- a/samples/client/petstore/ruby/spec/pet_spec.rb +++ b/samples/client/petstore/ruby/spec/pet_spec.rb @@ -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