/**
  * Generated from @assert (1, "USD", "JPY") < 130.
  *
  * @covers ExchangeRate::convert
  */
 public function testConvert2()
 {
     $this->assertLessThan(130, $this->object->convert(1, "USD", "JPY"));
 }