mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-20 07:59:39 +00:00
10 lines
202 B
Rust
10 lines
202 B
Rust
include!(concat!(env!("OUT_DIR"), "/methods.rs"));
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn token_ids_match_generated_method_id() {
|
|
assert_eq!(token_ids::TOKEN_ID, super::TOKEN_ID);
|
|
}
|
|
}
|