Skip to content

Commit

Permalink
Adding back what was commented out for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Mar 19, 2024
1 parent 776211c commit e52b98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/paralegal-policy/tests/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fn policy_fail() -> Result<()> {
}
}
store.add_resource(&commit_resource)?;
//store.add_resource(&resource)?;
store.add_resource(&resource)?;
Ok(commit_resource)
}
}
Expand Down

0 comments on commit e52b98a

Please sign in to comment.