vweb: fix tests

pull/3015/head
Alexander Medvednikov 2019-12-08 18:07:04 +03:00
parent 1c6f7180b2
commit d58982a6f6
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ pub fn run<T>(app mut T, port int) {
conn.write(HTTP_404) or {}
}
conn.close() or {}
app.reset()
reset := 'reset'
app.$reset()
}
}