mirror of
https://github.com/aljazceru/nostr-rs-relay.git
synced 2025-12-17 06:04:22 +01:00
fix: correct imports for test cases
This commit is contained in:
@@ -80,6 +80,7 @@ pub fn hex_range(s: &str) -> Option<HexSearch> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
use crate::error::Result;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn hex_range_exact() -> Result<()> {
|
fn hex_range_exact() -> Result<()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user