spelling.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
Tom Wilkie 2018-06-18 17:32:44 +01:00
parent 0b189b2da9
commit fcc3f43acd
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func TestEndpoints(t *testing.T) {
// Run all the API tests against a API that is wired to forward queries via
// the remote read client to a test server, which in turn sends them to the
// date from the test suite.
// data from the test suite.
t.Run("remote", func(t *testing.T) {
server := setupRemote(suite.Storage())
defer server.Close()