Skip to content

Commit

Permalink
Update calc_goblin_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qpamanda committed Jun 11, 2021
1 parent 0992f6a commit 8c2bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calc_goblin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func TestCalc(t *testing.T) {
gob := Goblin(t)
gob.Describe("Calc File", func() {
gob.It("should add two numbers ", func() {
gob.Assert(Add(1, 2)).Equal(3)
gob.Assert(Add(1, 2)).Equal(4)
gob.Assert(Add(1, 0)).Equal(1)
gob.Assert(Add(2, -2)).Equal(0)
})
Expand Down

0 comments on commit 8c2bdc0

Please sign in to comment.