- assert_select "osm>changeset[min_lon=#{bbox[0]}]", 1
- assert_select "osm>changeset[min_lat=#{bbox[1]}]", 1
- assert_select "osm>changeset[max_lon=#{bbox[2]}]", 1
- assert_select "osm>changeset[max_lat=#{bbox[3]}]", 1
+ assert_select "osm>changeset[min_lon=#{bbox[0].to_f}]", 1
+ assert_select "osm>changeset[min_lat=#{bbox[1].to_f}]", 1
+ assert_select "osm>changeset[max_lon=#{bbox[2].to_f}]", 1
+ assert_select "osm>changeset[max_lat=#{bbox[3].to_f}]", 1