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