mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
Lint
This commit is contained in:
@@ -38,7 +38,7 @@ func Test_readInput_file(t *testing.T) {
|
|||||||
got, err := readInput("path", p, &claims)
|
got, err := readInput("path", p, &claims)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
assert.Equal(t, []byte("file"), got)
|
assert.Equal(t, []byte("file"), got)
|
||||||
assert.Equal(t, "", claims.in)
|
assert.Empty(t, claims.in)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_readInput_doubleStdinErrors(t *testing.T) {
|
func Test_readInput_doubleStdinErrors(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user