Skip to content

Commit

Permalink
remove the need to import inline in not inline snapshot target
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn committed Aug 8, 2024
1 parent d99c3fc commit 55efd0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
.testTarget(
name: "SnapshotTestingTests",
dependencies: [
"SnapshotTesting", "InlineSnapshotTesting"
"SnapshotTesting"
],
exclude: [
"__Fixtures__",
Expand Down
1 change: 0 additions & 1 deletion Tests/SnapshotTestingTests/AssertSnapshotSwiftTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#if canImport(Testing)
import Testing
import Foundation
import InlineSnapshotTesting
@_spi(Experimental) import SnapshotTesting

@Suite(
Expand Down

0 comments on commit 55efd0e

Please sign in to comment.