Skip to content

Commit e67bf38

Browse files
committed
fix invalid Soroban symbol fixtures
1 parent bdcf47e commit e67bf38

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

contracts/ledgerlens-aggregator/src/test.rs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
use crate::{Error, LedgerLensAggregator, LedgerLensAggregatorClient};
1+
use crate::{
2+
AggregatorConfigFingerprint, Error, LedgerLensAggregator, LedgerLensAggregatorClient,
3+
MaybeAggregatorConfigFingerprint, ShardProbeStatus, SplitBrainStatus,
4+
};
25
use ledgerlens_score::{LedgerLensScoreContract, LedgerLensScoreContractClient};
36
use ledgerlens_test_support::{generate_score_roles, test_env};
4-
use soroban_sdk::{symbol_short, testutils::Address as _, Address, Env, Symbol, Vec};
7+
use soroban_sdk::{
8+
symbol_short,
9+
testutils::{Address as _, Ledger as _},
10+
Address, Env, Symbol, Vec,
11+
};
512

613
/// A shard whose interface has fully drifted: it advertises no capability the
714
/// aggregator depends on.
@@ -829,8 +836,6 @@ mod downgraded_shard {
829836
}
830837
}
831838

832-
use crate::{LedgerLensAggregator, LedgerLensAggregatorClient};
833-
834839
/// After registration the capability snapshot is stored and readable.
835840
#[test]
836841
fn test_get_shard_capabilities_returns_snapshot_after_registration() {

tools/replay/tests/integration_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ mod tests {
33
use ledgerlens_score::{
44
LedgerLensScoreContract, LedgerLensScoreContractClient, ScoreSubmission,
55
};
6-
use replay::{compare_config_manifests, parse_manifest_json, recommended_manifest_template};
76
use soroban_sdk::testutils::Address as _;
87
use soroban_sdk::{Address, Env, Symbol, Vec as SVec};
98

0 commit comments

Comments
 (0)