Searched refs:SOME_CONTENT (Results 1 – 1 of 1) sorted by relevance
2270 const SOME_CONTENT: &[u8] = b"some content"; in test_move_keystore_entry() constant2275 std::fs::write(&*temp_dir.build().push("user_0").push(SOME_FILENAME), SOME_CONTENT) in test_move_keystore_entry()2314 assert_eq!(&another_content, SOME_CONTENT); in test_move_keystore_entry()