Skip to content

Commit faf7eeb

Browse files
committed
rm cfg(ignore)
1 parent d14cef3 commit faf7eeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/cheatcodes/src/json.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,7 @@ fn resolve_type(type_description: &str) -> Result<DynSolType> {
669669
bail!("type description should be a valid Solidity type or a EIP712 `encodeType` string")
670670
}
671671

672-
/// TODO: enable once <https://github.com/alloy-rs/core/pull/683> is merged
673672
#[cfg(test)]
674-
#[cfg(ignore)]
675673
mod tests {
676674
use super::*;
677675
use alloy_primitives::FixedBytes;

0 commit comments

Comments
 (0)