Skip to content

Commit

Permalink
Get rid of the 'method' key, which is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 10, 2010
1 parent dc43343 commit a41991f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion t/01-post-newick.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ isa_ok($phylobox, 'WWW::PhyloBox');

lives_ok {
$phylobox->create(
method => "newick",
phyloFile => $newick,
response => "key",
)
Expand Down
1 change: 0 additions & 1 deletion t/02-create-phyloxml.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ my $phyloxml = slurp("t/data/test.xml");

lives_ok {
$phylobox->create(
method => "phyloxml",
phyloFile => $phyloxml,
response => "key",
)
Expand Down

0 comments on commit a41991f

Please sign in to comment.