Skip to content

Commit e77a383

Browse files
author
Hiroki Konishi
committed
Fix: typo
1 parent 934b607 commit e77a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (c *pmyTestCase) testSelf(t *testing.T) (bool, error) {
4444
return true, nil
4545
}
4646
fmt.Printf(
47-
"[%v] fail\nexpectd: %v\nactual: %v\n",
47+
"[%v] fail\nexpected: %v\nactual: %v\n",
4848
color.RedString("✘"),
4949
c.Expected,
5050
res,

0 commit comments

Comments
 (0)