Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Oct 1, 2017
1 parent d40c01e commit b982a3e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mw_validate_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"encoding/base64"
"testing"
"net/http"
"net/http/httptest"
"time"
"strings"
"net/url"
"strings"
"testing"
"time"

"github.com/justinas/alice"
"net/http"
)

var schema string = `{
Expand Down Expand Up @@ -166,4 +167,4 @@ func TestValidateSchemaMWInvalid(t *testing.T) {
if !strings.Contains(recorder.Body.String(), want) {
t.Fatalf("Body shoul dhave contained error: %v, got: %v", want, recorder.Body.String())
}
}
}

0 comments on commit b982a3e

Please sign in to comment.