Skip to content

Fix RemoveRepository existence test

James Fargher requested to merge fix_remove_repository_test into master

NoFileExists will only check if a file exists, ignoring directories. Replace incorrect NoFileExists assertion with NoDirExists.

Adds a precondition to make it obvious that the assertions are working as intended.

Edited by James Fargher

Merge request reports