Browse Source

Move tests to tests.rs

checkpoints
Aditya Kulkarni 5 years ago
parent
commit
c901b4f52f
  1. 2
      lib/src/lightclient.rs
  2. 1965
      lib/src/lightwallet.rs
  3. 1959
      lib/src/lightwallet/tests.rs

2
lib/src/lightclient.rs

@ -911,7 +911,7 @@ impl LightClient {
}
}
#[cfg(test)]
pub mod tests {
use lazy_static::lazy_static;
//use super::LightClient;

1965
lib/src/lightwallet.rs

File diff suppressed because it is too large

1959
lib/src/lightwallet/tests.rs

File diff suppressed because it is too large
Loading…
Cancel
Save