Skip to content

Commit

Permalink
plate create test, fix parent well variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
sajp committed Aug 31, 2012
1 parent 0af48f1 commit ad01dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion t/50-model-plugin-plate.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ note( "Testing plate creation" );
is $plate->created_by->name, 'test_user@example.org', 'plate has correct created by user';

ok my $plate_comments = $plate->plate_comments, 'can retrieve plate_comments';
is $plate_comments->next->comment_text, 'this is a awesome test comment';
is $plate_comments->next->comment_text, 'this is a awesome test comment', '..first comment is expected';

ok my $retrieve_plate = model->retrieve_plate( { id => $plate->id } ),
'retrieve_plate by id should succeed';
Expand Down
8 changes: 4 additions & 4 deletions t/data/plate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ sep_plate_create_wells:
wells:
- well_name: A01
process_type: second_electroporation
allele_plate: XEP0006
allele_well: A01
vector_plate: MOHSAQ0001_A_2
vector_well: A01
xep_plate: XEP0006
xep_well: A01
dna_plate: MOHSAQ0001_A_2
dna_well: A01
cell_line: test_cell_line
plate_assay_complete:
name: PCS00075_A
Expand Down

0 comments on commit ad01dbc

Please sign in to comment.