Skip to content

Commit 99a1cda

Browse files
committed
Un-feature-gate create_wallet and load_wallet tests
.. to ensure they now work without parse errors on all versions
1 parent 4fe5794 commit 99a1cda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration_test/tests/wallet.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub fn bump_fee() {
3939
assert!(json.into_model().is_ok());
4040
}
4141

42-
#[cfg(any(feature = "0_17_1", feature = "0_18_1"))]
4342
#[test]
4443
pub fn create_wallet() {
4544
// Implicitly tests `createwallet` because we create the default wallet.
@@ -187,7 +186,6 @@ fn get_transaction() {
187186
assert!(json.into_model().is_ok());
188187
}
189188

190-
#[cfg(any(feature = "0_17_1", feature = "0_18_1"))]
191189
#[test]
192190
fn load_wallet() {
193191
// Implicitly test loadwalled because we load the default wallet.

0 commit comments

Comments
 (0)