From 74656bbfcdd5e23f0f38e505572ad70e219c8ad2 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 31 Jan 2019 21:17:32 -0500 Subject: [PATCH] More coverage --- Tests/PathTests/PathTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/PathTests/PathTests.swift b/Tests/PathTests/PathTests.swift index 9cb22af..5291b8c 100644 --- a/Tests/PathTests/PathTests.swift +++ b/Tests/PathTests/PathTests.swift @@ -358,6 +358,7 @@ class PathTests: XCTestCase { XCTAssertEqual(bndl.path, tmpdir) XCTAssertEqual(bndl.sharedFrameworks, tmpdir.SharedFrameworks) XCTAssertEqual(bndl.resources, tmpdir) + XCTAssertNil(bndl.path(forResource: "foo", ofType: "bar")) } }