mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +08:00
#fix:fix fmt check error
fix fmt check error
This commit is contained in:
parent
4875c6e347
commit
fcbc7682ff
@ -587,7 +587,6 @@ func TestContextPostFormMultipart(t *testing.T) {
|
|||||||
assert.Equal(t, "c:/windows/system32/svchost.exe", arrmap[0]["process_path"])
|
assert.Equal(t, "c:/windows/system32/svchost.exe", arrmap[0]["process_path"])
|
||||||
assert.Equal(t, "c78655bc80301d76ed4fef1c1ea40a7d", arrmap[0]["process_md5"])
|
assert.Equal(t, "c78655bc80301d76ed4fef1c1ea40a7d", arrmap[0]["process_md5"])
|
||||||
assert.Equal(t, "svchost.exe", arrmap[0]["process_name"])
|
assert.Equal(t, "svchost.exe", arrmap[0]["process_name"])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestContextSetCookie(t *testing.T) {
|
func TestContextSetCookie(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user