From 883e1e34465f4050c14dc0d758ab251f376b8534 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Tue, 6 Apr 2021 16:22:19 +0100 Subject: [PATCH] No need to ignore Variable test in spec tests --- Tests/HummingbirdMustacheTests/SpecTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/HummingbirdMustacheTests/SpecTests.swift b/Tests/HummingbirdMustacheTests/SpecTests.swift index 8fe2b15..4ca2d3e 100644 --- a/Tests/HummingbirdMustacheTests/SpecTests.swift +++ b/Tests/HummingbirdMustacheTests/SpecTests.swift @@ -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 {