We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1ff78 commit 056baddCopy full SHA for 056badd
Tests/SwiftASCIITests/ASCIICharacter Tests.swift
@@ -9,7 +9,7 @@
9
#if !os(watchOS)
10
11
import XCTest
12
-@testable import ASCIIString
+@testable import SwiftASCII
13
14
class ASCIICharacterTests: XCTestCase {
15
Tests/SwiftASCIITests/ASCIIString Tests.swift
class ASCIIStringTests: XCTestCase {
Tests/SwiftASCIITests/String Tests.swift
@@ -3,12 +3,13 @@
3
// SwiftASCII
4
//
5
// Created by Steffan Andrews on 2021-01-29.
6
+// Copyright © 2021 Steffan Andrews. All rights reserved.
7
8
class StringTests: XCTestCase {
0 commit comments