Skip to content

Commit 8e9c088

Browse files
committed
Make it easier to grasp the before and after states of the create_wd_tree() tests.
Also optimize the tests for reading by removing the .unwrap() calls and reducing the verbosity of variable names.
1 parent 8a17730 commit 8e9c088

File tree

6 files changed

+402
-236
lines changed

6 files changed

+402
-236
lines changed

Cargo.lock

Lines changed: 51 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gitbutler-repo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ path = "tests/mod.rs"
3939
gitbutler-testsupport.workspace = true
4040
gitbutler-user.workspace = true
4141
serde_json = { version = "1.0", features = ["std", "arbitrary_precision"] }
42+
insta = "1.41.1"

0 commit comments

Comments
 (0)