We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f80333 commit a701089Copy full SHA for a701089
1 file changed
OnTopic.Tests/AttributeDictionaryTest.cs
@@ -212,9 +212,9 @@ public void AsAttributeDictionary_ExcludedKeys_Excluded() {
212
public void AsAttributeDictionary_InheritFromBase_InheritsValues() {
213
214
var baseTopic = new Topic("BaseTopic", "Page");
215
- var topic = new Topic("Test", "Page");
216
-
217
- topic.BaseTopic = baseTopic;
+ var topic = new Topic("Test", "Page") {
+ BaseTopic = baseTopic
+ };
218
219
baseTopic.Attributes.SetValue("Subtitle", "Subtitle");
220
0 commit comments