diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:21:24 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-13 21:21:24 +0200 |
commit | 1779a0f3b92d58654b43444addeaf437a64d77a8 (patch) | |
tree | 9f973413454894f0456d7379425070d468712242 /tests/bug_test.go | |
parent | 289f8d53ee960d35c1f0c42e8753ad536737b875 (diff) | |
download | git-bug-1779a0f3b92d58654b43444addeaf437a64d77a8.tar.gz |
serialize a Bug to git as a blob+tree+commit+ref
Diffstat (limited to 'tests/bug_test.go')
-rw-r--r-- | tests/bug_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bug_test.go b/tests/bug_test.go index dfb3ac09..ab7803f9 100644 --- a/tests/bug_test.go +++ b/tests/bug_test.go @@ -38,7 +38,7 @@ func TestBugValidity(t *testing.T) { t.Fatal("Bug with multiple CREATE should be invalid") } - bug1.Commit() + bug1.Commit(mockRepo) if bug1.IsValid() { t.Fatal("Bug with multiple CREATE should be invalid") |