Skip to content

Commit

Permalink
Update Main
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed May 19, 2024
1 parent 05f2005 commit 54d1cab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "913baa91faaab35279cedb92091c64d4ced562c50c026d5fcdaeaee7351a20d8",
"originHash" : "b1953e427b43352f5cc71ed68b7e2d3a02f90485dde4a98bef0335b7c59ba856",
"pins" : [
{
"identity" : "async-http-client",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/grpc/grpc-swift.git",
"state" : {
"revision" : "393b02b1c39cc82fb24e57f24fa446f43e8124c9",
"version" : "1.22.0"
"revision" : "6a90b7e77e29f9bda6c2b3a4165a40d6c02cfda1",
"version" : "1.23.0"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions lib/Main.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// The Swift Programming Language
// https://docs.swift.org/swift-book
func main() -> String {
print("Calculate Engine")
}
8 changes: 2 additions & 6 deletions test/CLITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import XCTest
@testable import calculate_engine_swift

final class cli_test: XCTestCase {
func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest

// Defining Test Cases and Test Methods
// https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods
func cliTest() throws {

}
}

0 comments on commit 54d1cab

Please sign in to comment.