Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Ryer authored and Mat Ryer committed Nov 9, 2014
1 parent 361bf63 commit 1fe8c7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ A mini testing helper for Go.
func TestSomething(t *testing.T) {
is := is.New(t)
//
// OK
//
// --
// ensure not nil
obj := SomeFunc()
Expand All @@ -44,9 +43,8 @@ func TestSomething(t *testing.T) {
// ensure many things in one go
is.OK(b, err, obj, "something")
//
// Equal
//
// -----
// make sure two values are equal
is.Equal(1, 2)
Expand Down

0 comments on commit 1fe8c7b

Please sign in to comment.