remove flakey test
This commit is contained in:
parent
0e4ed6b3c5
commit
d41c04f778
1 changed files with 0 additions and 10 deletions
|
@ -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' {
|
||||
function type {
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue