From 92354cab6fcc8d0795a54756a56c9dd3ea1e83c3 Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Sat, 29 Jun 2019 17:20:25 -0500 Subject: [PATCH] attempt to make travis happy --- test/plugins/go.plugin.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins/go.plugin.bats b/test/plugins/go.plugin.bats index 17b4ee8a..e16f6b70 100644 --- a/test/plugins/go.plugin.bats +++ b/test/plugins/go.plugin.bats @@ -3,9 +3,9 @@ load ../test_helper load ../../lib/helpers load ../../lib/composure -load ../../plugins/available/go.plugin @test 'ensure _go_pathmunge_wrap is defined' { + load ../../plugins/available/go.plugin [[ $(type -t _go_pathmunge_wrap) = 'function' ]] }