mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
fix: correct imports for test cases
This commit is contained in:
parent
53990672ae
commit
294d3b99c3
|
@ -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<()> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user