Skip to content

Commit 9e5dbb6

Browse files
committed
Fixed spec name
1 parent ae546f6 commit 9e5dbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentNHibernate.Specs/Automapping/AutomappingSpecs.NestedClasses.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class when_changing_the_behaviour_of_automapping_configuration_to_also_ma
4141
It should_map_the_entity = () =>
4242
mappings.ShouldContain(x => x.Type == typeof(Order));
4343

44-
It should_not_automap_the_nested_entity_per_default = () =>
44+
It should_automap_the_nested_entity = () =>
4545
mappings.ShouldContain(x => x.Type == typeof(Order.OrderLine));
4646

4747
static AutoPersistenceModel mapper;

0 commit comments

Comments
 (0)