Skip to content

Commit

Permalink
build: rename to AstroSwiftUtilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketjeff committed Oct 22, 2022
1 parent 95addc1 commit 3ce7393
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
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!")
}
}

0 comments on commit 3ce7393

Please sign in to comment.