Skip to content

Commit 403cdac

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.
1 parent 2506b44 commit 403cdac

File tree

5 files changed

+381
-236
lines changed

5 files changed

+381
-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)