Skip to content

Commit 6fd1c57

Browse files
committed
fix test
Forgot that this repo is used for e2e tests of the cli
1 parent 0f58f5f commit 6fd1c57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go/example3_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ func TestExample5(t *testing.T) {
2222
expect: 3,
2323
},
2424
{
25-
title: "Test case 2 (fail case)",
25+
title: "Test case 2",
2626
input: input{
2727
a: 3,
2828
b: 4,
2929
},
30-
expect: 8,
30+
expect: 7,
3131
},
3232
}
3333

0 commit comments

Comments
 (0)