diff options
Diffstat (limited to 'bug/operation_test.go')
-rw-r--r-- | bug/operation_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/operation_test.go b/bug/operation_test.go index 21ae5eff..64bff41f 100644 --- a/bug/operation_test.go +++ b/bug/operation_test.go @@ -106,7 +106,7 @@ func TestID(t *testing.T) { require.Equal(t, id1, id2) - b2, err := ReadLocalBug(repo, b.Id()) + b2, err := ReadLocal(repo, b.Id()) require.Nil(t, err) op3 := b2.FirstOp() |