Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

use strict;
use Test::More 'tests' => 2;
# Test.
my $obj = Wikibase::Datatype::Value::Quantity->new(
'value' => '10',
);
my $ret = $obj->type;
is($ret, 'quantity', 'Get type().');