diff --git a/tests/PKSim.Tests/IntegrationTests/TemplateTaskQuerySpecs.cs b/tests/PKSim.Tests/IntegrationTests/TemplateTaskQuerySpecs.cs index feaa02422..222689dcb 100644 --- a/tests/PKSim.Tests/IntegrationTests/TemplateTaskQuerySpecs.cs +++ b/tests/PKSim.Tests/IntegrationTests/TemplateTaskQuerySpecs.cs @@ -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); }