diff options
Diffstat (limited to 'commands/rm_test.go')
-rw-r--r-- | commands/rm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/rm_test.go b/commands/rm_test.go index 5d4e7cca..0156bbd4 100644 --- a/commands/rm_test.go +++ b/commands/rm_test.go @@ -7,7 +7,7 @@ import ( ) func TestRm(t *testing.T) { - testEnv, _, bugID := newTestEnvUserAndBug(t) + testEnv, bugID := newTestEnvAndBug(t) exp := "bug " + bugID + " removed\n" |