No need to ignore Variable test in spec tests

This commit is contained in:
Adam Fowler
2021-04-06 16:22:19 +01:00
parent 4dbcfba7b8
commit 883e1e3446

View File

@@ -122,7 +122,7 @@ final class MustacheSpecTests: XCTestCase {
}
func testSectionsSpec() throws {
try self.testSpec(name: "sections", ignoring: ["Variable test"])
try self.testSpec(name: "sections")
}
func testInheritanceSpec() throws {