Skip to content

Commit

Permalink
Update crates/turborepo-repository/src/change_mapper/package.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski authored Jul 31, 2024
1 parent a4f8dde commit 5683838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-repository/src/change_mapper/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ mod tests {
// therefore must be conservative about changes
assert_eq!(
package_changes,
PackageChanges::All(AllPackageChangeReason::DefaultGlobalFileChanged)
PackageChanges::All(AllPackageChangeReason::NonPackageFileChanged)
);

let turbo_package_detector =
Expand Down

0 comments on commit 5683838

Please sign in to comment.