Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicholas Bailey
rust-gitlab
Commits
80a8a1ad
Commit
80a8a1ad
authored
Oct 14, 2019
by
Ben Boeckel
⛰
Browse files
tests: fix typo in test function name
parent
589e5921
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/webhooks.rs
View file @
80a8a1ad
...
...
@@ -9,7 +9,7 @@ use crates::serde_json::from_str;
use
webhooks
::
*
;
#[test]
fn
test_hookdate_deseria
z
lie
()
{
fn
test_hookdate_deseriali
z
e
()
{
let
_hook
:
HookDate
=
from_str
(
"
\"
2019-01-20 15:00:12 UTC
\"
"
)
.unwrap
();
let
_hook
:
HookDate
=
from_str
(
"
\"
2019-03-01T19:39:17Z
\"
"
)
.unwrap
();
let
_hook
:
HookDate
=
from_str
(
"
\"
2019-03-01T17:50:02.036-05:00
\"
"
)
.unwrap
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment