Commit 1d59c85aade2260882cc136c3720cc74c3df4382

Edward Thomson 2016-03-17T00:47:50

status: update test to include valid OID

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/status/worktree.c b/tests/status/worktree.c
index fc4afc6..6b82378 100644
--- a/tests/status/worktree.c
+++ b/tests/status/worktree.c
@@ -657,7 +657,7 @@ void test_status_worktree__conflict_has_no_oid(void)
 
 	entry.mode = 0100644;
 	entry.path = "modified_file";
-	git_oid_fromstr(&entry.id, "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef");
+	git_oid_fromstr(&entry.id, "452e4244b5d083ddf0460acf1ecc74db9dcfa11a");
 
 	cl_git_pass(git_repository_index(&index, repo));
 	cl_git_pass(git_index_conflict_add(index, &entry, &entry, &entry));