Skip to content

Commit

Permalink
[TestLoop] (9.1/n) Forgot to include the tests into the source tree. (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-near authored and nikurt committed Mar 15, 2023
1 parent 99b81d6 commit 2b70392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chain/chunks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,9 @@ impl PartialEncodedChunkResponseSource {

#[cfg(test)]
mod test {
mod basic;
mod multi;

use assert_matches::assert_matches;
use near_async::messaging::IntoSender;
use near_chain::types::EpochManagerAdapter;
Expand Down

0 comments on commit 2b70392

Please sign in to comment.