Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Apr 10, 2024
1 parent 72d0e93 commit 6863436
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ton-liteserver-client/src/tl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub trait Functional {
type Result;
}


include!(concat!(env!("OUT_DIR"), "/generated.rs"));

// TODO[akostylev0] move writing/reading constructor number to boxed types
Expand Down Expand Up @@ -176,8 +175,8 @@ impl Deserialize for LiteServerGetMasterchainInfo {

#[cfg(test)]
mod tests {
use crate::deserializer::from_bytes;
use crate::serializer::to_bytes;
use adnl_tcp::deserializer::from_bytes;
use adnl_tcp::serializer::to_bytes;
use super::*;

#[test]
Expand Down

0 comments on commit 6863436

Please sign in to comment.