This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix tests.
wip
Titouan Rigoudy
4 years ago
parent
9f3f20a4c7
commit
59b255e589
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/proto/server/client.rs
+ 1
- 1
src/proto/server/client.rs
View File
@ -166,7 +166,7 @@ mod tests {
// Enable capturing logs in tests.
fn
init
(
)
{
env_logger
::
builder
(
)
.
is_test
(
true
)
.
try_init
(
)
.
unwrap
(
)
;
let
_
=
env_logger
::
builder
(
)
.
is_test
(
true
)
.
try_init
(
)
;
}
#[
tokio::test
]
Write
Preview
Loading…
Cancel
Save