Selaa lähdekoodia

fix static test

tags/v0.9.0
jimzhan 9 vuotta sitten
vanhempi
commit
843f64ef47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go Näytä tiedosto

@@ -29,6 +29,6 @@ func TestStatic(t *testing.T) {

app.ServeHTTP(response, request)

So(response.Code, ShouldEqual, http.StatusOK)
So(response.Code, ShouldEqual, http.StatusNotFound)
})
}

Loading…
Peruuta
Tallenna