Skip to content
Snippets Groups Projects
Unverified Commit a624ce7d authored by Roy Storey's avatar Roy Storey Committed by GitHub
Browse files

Parentheses

parent b6496eb3
No related branches found
No related tags found
2 merge requests!353Improve symmetry of store / remove in CoordSystemAdaptor,!353Improve symmetry of store / remove in CoordSystemAdaptor
......@@ -235,7 +235,7 @@ my $old_dbID = $cs->dbID;
is($csa->remove($cs), $cs, 'Adaptor remove() returns the same coordinate system object');
is_deeply($csa->{_is_sequence_level}, {}, 'Adaptor sequence_level cache updated to reflect the removal');
is($csa->{_is_default_version}{$old_dbID}, undef, 'Adaptor default_version cache updated to reflect removal');
lives_ok { $csa->store($cs); }, 'Adaptor store() successful. Coordinate system did not have dbID() or adaptor()';
lives_ok({ $csa->store($cs); }, 'Adaptor store() successful. Coordinate system did not have dbID() or adaptor()');
$multi->restore('core', 'coord_system');
$multi->restore('core', 'meta');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment