Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cargo-insta/tests/functional/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ mod inline;
mod inline_snapshot_trimming;
mod nextest_doctest;
mod raw_strings;
mod read_snapshot;
mod test_runner_fallback;
mod test_workspace_source_path;
mod unreferenced;
Expand Down Expand Up @@ -172,7 +173,7 @@ fn target_dir() -> PathBuf {

struct TestProject {
/// Temporary directory where the project is created
workspace_dir: PathBuf,
pub(crate) workspace_dir: PathBuf,
/// Original files when the project is created.
files: HashMap<PathBuf, String>,
/// File tree when the test is created.
Expand Down
Loading