aboutsummaryrefslogtreecommitdiffstats
path: root/tests/operation_iterator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/operation_iterator_test.go')
-rw-r--r--tests/operation_iterator_test.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/operation_iterator_test.go b/tests/operation_iterator_test.go
index bcbcfb08..a03553dc 100644
--- a/tests/operation_iterator_test.go
+++ b/tests/operation_iterator_test.go
@@ -23,11 +23,7 @@ var (
func TestOpIterator(t *testing.T) {
- bug1, err := bug.NewBug()
-
- if err != nil {
- t.Fatal(err)
- }
+ bug1 := bug.NewBug()
bug1.Append(createOp)
bug1.Append(setTitleOp)