Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d59c85

Browse files
author
Edward Thomson
committed
status: update test to include valid OID
1 parent af753ab commit 1d59c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/status/worktree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ void test_status_worktree__conflict_has_no_oid(void)
657657

658658
entry.mode = 0100644;
659659
entry.path = "modified_file";
660-
git_oid_fromstr(&entry.id, "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef");
660+
git_oid_fromstr(&entry.id, "452e4244b5d083ddf0460acf1ecc74db9dcfa11a");
661661

662662
cl_git_pass(git_repository_index(&index, repo));
663663
cl_git_pass(git_index_conflict_add(index, &entry, &entry, &entry));

0 commit comments

Comments
 (0)