Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 33945fe

Browse files
achimccAchim Schneider
authored andcommitted
FLIPPER_CODE snake case
1 parent 620941b commit 33945fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/sandbox/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ mod tests {
396396

397397
#[test]
398398
fn test_compile_valid_code() {
399-
let FLIPPER_CODE = include_str!("../../contract/lib.rs");
400-
let actual_result = compile_check(FLIPPER_CODE.to_string());
399+
let flipper_code = include_str!("../../contract/lib.rs");
400+
let actual_result = compile_check(flipper_code.to_string());
401401

402402
assert_eq!(actual_result, Some(true))
403403
}

0 commit comments

Comments
 (0)