diff options
Diffstat (limited to 'internal/conf/conf_test.go')
-rw-r--r-- | internal/conf/conf_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/conf/conf_test.go b/internal/conf/conf_test.go index 51ccf93c..c5159bed 100644 --- a/internal/conf/conf_test.go +++ b/internal/conf/conf_test.go @@ -31,7 +31,7 @@ func TestAssetDir(t *testing.T) { } } -func TestMustAsset(t *testing.T) { +func TestMustAsset(_ *testing.T) { // Make sure it does not blow up MustAsset("conf/app.ini") } |