fix: correct imports in tls_version_tests module
Use `super::*` instead of `super::tls_version::TlsVersionExtractor` since the test module is included via #[path] inside tls_version.rs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bbe6aedc40
commit
d228f40d1f
@ -1,7 +1,6 @@
|
||||
//! Tests for TLS version extractor.
|
||||
|
||||
use super::tls_version::TlsVersionExtractor;
|
||||
use super::Extractor;
|
||||
use super::*;
|
||||
use crate::types::Language;
|
||||
use stemedb_core::types::ObjectValue;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user