Skip to content

Commit

Permalink
Update test testing strings to match reality.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmooney committed Dec 31, 2013
1 parent ed63804 commit 0526a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/Genome/Site/TGI/Synchronize/Classes/Genotyping.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ my $genome_object = $lims_object->create_in_genome;
ok($genome_object, "create genome $entity_name object");
isa_ok($genome_object, $expected_genome_class);

is($genome_object->import_format, 'genotype_file', 'import format');
is($genome_object->import_format, 'genotype file', 'import format');
ok($genome_object->library, 'library');
is($genome_object->library->name, $sample->name.'-microarraylib', 'library name');

Expand Down

0 comments on commit 0526a5d

Please sign in to comment.