test: fix tests failing on windows

This commit is contained in:
Aleksey Kulikov 2022-05-02 15:16:31 +03:00
parent f9ca667f45
commit fc1dac6f96

View file

@ -504,7 +504,7 @@ Total 69 (delta 0), reused 1 (delta 0), pack-reused 68
);
expect(updateRefOutput, {'refs/heads/master': ''});
originDir.delete(recursive: true);
originDir.deleteSync(recursive: true);
});
test('throws when trying to push to invalid url', () {