Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions quicklendx-contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5372,6 +5372,10 @@ mod test_freeze_guard_writes;
#[cfg(test)]
mod test_freeze_event;

// Issue #1960 β€” serialisation stability for freeze_appeal_channel field.
#[cfg(test)]
mod test_freeze_appeal_channel;

#[cfg(all(test, feature = "fuzz-tests"))]
mod test_fuzz_accounting;

Expand Down
Loading
Loading