Skip to content

Commit

Permalink
fix expected fields in json
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Feb 22, 2017
1 parent 29a16bb commit a66f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/api_treebank.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ my $tb = test_treebank();

## Metadata
my $m = $tb->metadata;
my @all_metadata = qw/id name title description homepage tags languages is_public is_free is_featured handle attributes doc node_types relations schemas/;
my @all_metadata = qw/id name title description homepage tags languages is_public is_all_logged is_free is_featured handle attributes doc node_types relations schemas/;
ok(cmp_bag(
[keys %$m],
[@all_metadata]
Expand Down

0 comments on commit a66f426

Please sign in to comment.