File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11//
2- // NSImage+Image .swift
2+ // NSImage+SVG .swift
33// SwiftDraw
44//
55// Created by Simon Whitty on 24/5/17.
Original file line number Diff line number Diff line change 11//
2- // UIImage+Image .swift
2+ // UIImage+SVG .swift
33// SwiftDraw
44//
55// Created by Simon Whitty on 24/5/17.
Original file line number Diff line number Diff line change 11//
2- // NSImage+ImageTests .swift
2+ // NSImage+SVGTests .swift
33// SwiftDraw
44//
55// Created by Simon Whitty on 27/11/18.
@@ -33,7 +33,7 @@ import XCTest
3333@testable import SwiftDraw
3434#if canImport(AppKit) && !targetEnvironment(macCatalyst)
3535
36- final class NSImageTests : XCTestCase {
36+ final class NSImageSVGTests : XCTestCase {
3737
3838 func testImageLoads( ) {
3939 let image = NSImage ( svgNamed: " lines.svg " , in: . test)
Original file line number Diff line number Diff line change 11//
2- // UIImage+ImageTests .swift
2+ // UIImage+SVGTests .swift
33// SwiftDraw
44//
55// Created by Simon Whitty on 27/11/18.
@@ -35,7 +35,7 @@ import XCTest
3535#if canImport(UIKit)
3636import UIKit
3737
38- final class UIImageTests : XCTestCase {
38+ final class UIImageSVGTests : XCTestCase {
3939
4040 func testImageLoads( ) {
4141 let image = UIImage ( svgNamed: " lines.svg " , in: . test)
You can’t perform that action at this time.
0 commit comments