We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934b607 commit e77a383Copy full SHA for e77a383
integration_test/integration_test.go
@@ -44,7 +44,7 @@ func (c *pmyTestCase) testSelf(t *testing.T) (bool, error) {
44
return true, nil
45
}
46
fmt.Printf(
47
- "[%v] fail\nexpectd: %v\nactual: %v\n",
+ "[%v] fail\nexpected: %v\nactual: %v\n",
48
color.RedString("✘"),
49
c.Expected,
50
res,
0 commit comments