Skip to content

Commit

Permalink
remove assertion that is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jun 26, 2019
1 parent 9f7e8fd commit 3962037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ t.Run("returns data from store", func(t *testing.T) {
--- FAIL: TestServer (0.00s)
--- FAIL: TestServer/returns_data_from_store (0.00s)
context_test.go:22: got "", want "hello, world"
context_test.go:26: store was not passed through a context <nil>
```

## Write enough code to make it pass
Expand Down

0 comments on commit 3962037

Please sign in to comment.