Skip to content

Commit

Permalink
Fixes #2042 predefined templates
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Jan 13, 2022
1 parent 54522e7 commit 6ee1c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void all_protocol_templates_should_be_created_with_at_least_version_7_3()
public void system_database_should_contain_expected_number_of_templates()
{
_individuals.Count.ShouldBeEqualTo(0);
_compounds.Count.ShouldBeEqualTo(10);
_compounds.Count.ShouldBeEqualTo(0);
_formulations.Count.ShouldBeEqualTo(1);
_protocols.Count.ShouldBeEqualTo(2);
}
Expand Down

0 comments on commit 6ee1c60

Please sign in to comment.