mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
revert test change
This commit is contained in:
parent
17edec25c8
commit
ae7145029b
1 changed files with 1 additions and 1 deletions
|
@ -2588,7 +2588,7 @@ macro_rules! doctest_helper_json_rpc_owner_assert_response {
|
|||
// These cause LMDB to run out of disk space on CircleCI
|
||||
// disable for now on windows
|
||||
// TODO: Fix properly
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
{
|
||||
use grin_wallet_api::run_doctest_owner;
|
||||
use serde_json;
|
||||
|
|
Loading…
Reference in a new issue