diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-06-22 10:38:09 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-06-22 10:38:09 -0400 |
commit | 6fc6a0f0ab8ce8c7b6ec510d1d7557a6e7cd6835 (patch) | |
tree | 9cd772fc325ed8a15c76306f458c4fef736fd94d /commands/rm_test.go | |
parent | 52c724a03334dda9df30dbac22cb22a04cbe4260 (diff) | |
download | git-bug-6fc6a0f0ab8ce8c7b6ec510d1d7557a6e7cd6835.tar.gz git-bug-6fc6a0f0ab8ce8c7b6ec510d1d7557a6e7cd6835.zip |
test(809): remove reliance on repo's filesystem
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" |