Skip to content

Commit

Permalink
Remove test folder as there is not any test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yusasarisoy committed Aug 2, 2023
1 parent fe9c354 commit 3cce4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ let package = Package(
.target(
name: "CoreSession",
dependencies: []
),
.testTarget(
name: "CoreSessionTests",
dependencies: ["CoreSession"]
),
)
]
)
6 changes: 0 additions & 6 deletions Tests/CoreSessionTests/CoreSessionTests.swift

This file was deleted.

0 comments on commit 3cce4e1

Please sign in to comment.