From 94945aa11b81d4041ae9b1bd9cf3f039a3fbfe4b Mon Sep 17 00:00:00 2001 From: Kyle Van Essen Date: Wed, 15 Jul 2020 18:47:06 -0700 Subject: [PATCH] more --- .../ListLayout/ListLayoutContentTests.swift | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Listable/Tests/Layout/ListLayout/ListLayoutContentTests.swift diff --git a/Listable/Tests/Layout/ListLayout/ListLayoutContentTests.swift b/Listable/Tests/Layout/ListLayout/ListLayoutContentTests.swift new file mode 100644 index 000000000..2c1b5b8ba --- /dev/null +++ b/Listable/Tests/Layout/ListLayout/ListLayoutContentTests.swift @@ -0,0 +1,15 @@ +// +// ListLayoutContentTests.swift +// Listable-Unit-Tests +// +// Created by Kyle Van Essen on 7/15/20. +// + +import XCTest +@testable import Listable + + +final class ListLayoutContentTests : XCTestCase +{ + +}