Skip to content

Commit 69bb044

Browse files
committed
corrected test for list indexbase
1 parent 97aa837 commit 69bb044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentNHibernate.Testing/DomainModel/Mapping/OneToManyTester.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public void CanSpecifyIndexBaseOffsetAndColumnForList()
287287
index.Base(1);
288288
index.Column("ListIndex");
289289
}))
290-
.Element("class/list/list-index").HasAttribute("base", 1)
290+
.Element("class/list/list-index").HasAttribute("base", "1")
291291
.Element("class/list/list-index/column").HasAttribute("name", "ListIndex");
292292
}
293293

0 commit comments

Comments
 (0)