Skip to content

Commit a010c00

Browse files
authored
Merge pull request #7 from tschaub/patch-1
Replace is.OK with is.True in package description
2 parents ddfea14 + a005ffa commit a010c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

is.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// is.Equal(signedin, true) // must be signed in
3232
//
3333
// body := readBody(r)
34-
// is.OK(strings.Contains(body, "Hi there"))
34+
// is.True(strings.Contains(body, "Hi there"))
3535
//
3636
// }
3737
package is

0 commit comments

Comments
 (0)