このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
visus
/
rex
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
fix static test
tags/v0.9.0
jimzhan
9年前
親
24fb2af48e
コミット
843f64ef47
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
+1
-1
middleware/static_test.go
+ 1
- 1
middleware/static_test.go
ファイルの表示
@@ -29,6 +29,6 @@ func TestStatic(t *testing.T) {
app.ServeHTTP(response, request)
So(response.Code, ShouldEqual, http.Status
OK
)
So(response.Code, ShouldEqual, http.Status
NotFound
)
})
}
書き込み
プレビュー
読み込み中…
キャンセル
保存