Skip to content

Commit

Permalink
Rename TestHandler to TestServer (quii#392)
Browse files Browse the repository at this point in the history
Latest implementation (v3) using TestServer instead of TestHandler
  • Loading branch information
ardinusawan authored Dec 23, 2020
1 parent 2914bb4 commit 56d722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (s *StubStore) Fetch() string {
return s.response
}

func TestHandler(t *testing.T) {
func TestServer(t *testing.T) {
data := "hello, world"
svr := Server(&StubStore{data})

Expand Down

0 comments on commit 56d722f

Please sign in to comment.