From 6270a6954cac4805a1d37476de3cd85504b88cd9 Mon Sep 17 00:00:00 2001 From: Pilkington Date: Tue, 31 Jul 2018 19:02:37 -0700 Subject: [PATCH] Missing allTests entry. --- Tests/XMLCodingTests/XMLParsingTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/XMLCodingTests/XMLParsingTests.swift b/Tests/XMLCodingTests/XMLParsingTests.swift index c6bcbe8..81df82c 100644 --- a/Tests/XMLCodingTests/XMLParsingTests.swift +++ b/Tests/XMLCodingTests/XMLParsingTests.swift @@ -72,5 +72,6 @@ class XMLParsingTests: XCTestCase { static var allTests = [ ("testEmptyElement", testEmptyElement), + ("testEmptyElementNotEffectingPreviousElement", testEmptyElementNotEffectingPreviousElement), ] }