Update GenericItemTest to conform to json requirements Type of output.getFloat() is Object(BigDecimal), which doesn't compare to Double. Alternative: compare with ((BidDecimal) output.getFloat()).doubleValue() Bug: 199530621 Test: unit tests Change-Id: Iaa4f68742fba6778fd9865ecc25afd86c0407440