remove flakey test

This commit is contained in:
Michael Aquilina 2024-05-13 10:51:50 +01:00
parent 0e4ed6b3c5
commit d41c04f778
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -10,16 +10,6 @@
} }
} }
@test 'version exported' {
git_version="$(git tag --list | sort -V | tail -1)"
git tag --list
load "../auto-notify.plugin.zsh"
assert "$AUTO_NOTIFY_VERSION" is_not_empty
assert "$AUTO_NOTIFY_VERSION" same_as "$git_version"
}
@test 'print warning if notify-send is not installed' { @test 'print warning if notify-send is not installed' {
function type { function type {
return 1 return 1