Skip to content

Commit df4f793

Browse files
committed
Fixed unit test
1 parent 64b82b3 commit df4f793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DragonFly.Generator.Tests/GeneratorTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public void SetModelProperty()
120120

121121
Assert.Equal("Doe", content.GetString("Lastname"));
122122
Assert.Equal("John", content.GetString("Firstname"));
123-
Assert.True(content.GetBool("IsActive"));
124123
//Assert.Equal(123, content.GetInteger("Value"));
125124
Assert.Equal("my-path", content.GetSlug("Slug"));
126125
}

0 commit comments

Comments
 (0)