mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-18 21:23:52 +00:00
Remove obsolete test for peel type
Peeling to an invalid type is now checked via an assert so this test is no longer relevant.
This commit is contained in:
parent
0cce210a54
commit
6e286e8dc5
@ -103,8 +103,3 @@ void test_object_peel__target_any_object_for_type_change(void)
|
||||
/* fail to peel blob */
|
||||
assert_peel_error(GIT_ENOTFOUND, "0266163a49e280c4f5ed1e08facd36a2bd716bcf", GIT_OBJ_ANY);
|
||||
}
|
||||
|
||||
void test_object_peel__should_use_a_well_known_type(void)
|
||||
{
|
||||
assert_peel_error(GIT_EINVALIDSPEC, "7b4384978d2493e851f9cca7858815fac9b10980", GIT_OBJ__EXT2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user