Skip to content

Commit

Permalink
Rename AppTests to TwilioTests
Browse files Browse the repository at this point in the history
  • Loading branch information
twof committed Jan 19, 2019
1 parent 48d74c5 commit ce20570
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.target(name: "Twilio", dependencies: ["Vapor"]),
.target(name: "ExampleApp", dependencies: ["Vapor", "Twilio"]),
.target(name: "ExampleRun", dependencies: ["App"]),
.testTarget(name: "AppTests", dependencies: ["Twilio"])
.target(name: "ExampleRun", dependencies: ["ExampleApp"]),
.testTarget(name: "TwilioTests", dependencies: ["Twilio"])
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ce20570

Please sign in to comment.