mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
fix: remove unused test
This commit is contained in:
parent
1080a94bd2
commit
b913b0c7e7
1 changed files with 0 additions and 10 deletions
|
|
@ -294,13 +294,3 @@ pub(crate) fn as_string(value: &str) -> GDResult<Vec<u8>> {
|
|||
|
||||
Ok(buf)
|
||||
}
|
||||
|
||||
#[cfg(tests)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn test_extra_request_settings() {
|
||||
let settings = ExtraRequestSettings::default();
|
||||
|
||||
let _: minecraft::RequestSettings = settings.clone().into();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue