diff --git a/Sources/SQLiteData/Documentation.docc/Articles/PreparingDatabase.md b/Sources/SQLiteData/Documentation.docc/Articles/PreparingDatabase.md index 96e9bf86..65fb187e 100644 --- a/Sources/SQLiteData/Documentation.docc/Articles/PreparingDatabase.md +++ b/Sources/SQLiteData/Documentation.docc/Articles/PreparingDatabase.md @@ -290,7 +290,8 @@ It is also important to prepare the database in Xcode previews. This can be done } ``` -And similarly, in tests, this can be done using the `.dependency` testing trait: +And similarly, in tests, this can be done using the `.dependency` testing trait +from [DependenciesTestSupport](https://github.com/pointfreeco/swift-dependencies): ```swift @Test(.dependency(\.defaultDatabase, try appDatabase())