Skip to content

Commit

Permalink
remove set_indexed from test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Feb 25, 2015
1 parent b1c0cd1 commit 1e714ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/document/file.t
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ END
content_cb => sub { \$content }
);

$file->set_indexed( {} );
is( $file->indexed, 0, 'File listed under other files is not indexed' );
};

Expand Down

0 comments on commit 1e714ed

Please sign in to comment.