-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: rename to AstroSwiftUtilities
- Loading branch information
1 parent
95addc1
commit 3ce7393
Showing
4 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...tUtilitiesTests/SwiftUtilitiesTests.swift → ...itiesTests/AstroSwiftUtilitiesTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import XCTest | ||
@testable import SwiftUtilities | ||
@testable import AstroSwiftUtilities | ||
|
||
final class SwiftUtilitiesTests: XCTestCase { | ||
final class AstroSwiftUtilitiesTests: XCTestCase { | ||
func testExample() throws { | ||
// This is an example of a functional test case. | ||
// Use XCTAssert and related functions to verify your tests produce the correct | ||
// results. | ||
XCTAssertEqual(SwiftUtilities().text, "Hello, World!") | ||
XCTAssertEqual(AstroSwiftUtilities().text, "Hello, World!") | ||
} | ||
} |