attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-29 17:20:25 -05:00
parent 6248ae455c
commit 92354cab6f
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@
load ../test_helper load ../test_helper
load ../../lib/helpers load ../../lib/helpers
load ../../lib/composure load ../../lib/composure
load ../../plugins/available/go.plugin
@test 'ensure _go_pathmunge_wrap is defined' { @test 'ensure _go_pathmunge_wrap is defined' {
load ../../plugins/available/go.plugin
[[ $(type -t _go_pathmunge_wrap) = 'function' ]] [[ $(type -t _go_pathmunge_wrap) = 'function' ]]
} }