Skip to content

Commit e338bf5

Browse files
committed
fixup! Prevent other tests from failing
1 parent 7df9de3 commit e338bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_tests_vss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mod common;
1111

1212
use std::collections::HashMap;
1313

14-
use ldk_node::entropy::NodeEntropy;
1514
use ldk_node::config::{Config, HRNResolverConfig};
15+
use ldk_node::entropy::NodeEntropy;
1616
use ldk_node::Builder;
1717
use rand::RngCore;
1818

tests/integration_tests_vss_no_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ mod common;
1111

1212
use std::collections::HashMap;
1313

14+
use ldk_node::config::{Config, HRNResolverConfig};
1415
use ldk_node::{entropy::NodeEntropy, Builder};
1516
use ldk_node_070::lightning::util::config;
16-
use ldk_node::config::{Config, HRNResolverConfig};
1717
use rand::{rng, Rng, RngCore};
1818

1919
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]

0 commit comments

Comments
 (0)