somewhat obfuscate the filename
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-09-03 21:06:29 +02:00
parent 3f3a7e8efc
commit 778f30ef1b
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -512,8 +512,8 @@ mod tests {
const LOCAL_ID: UnsignedByteFieldU16 = UnsignedByteFieldU16::new(1);
const REMOTE_ID: UnsignedByteFieldU16 = UnsignedByteFieldU16::new(2);
const SRC_NAME: &str = "source-file.txt";
const DEST_NAME: &str = "dest-file.txt";
const SRC_NAME: &str = "__cfdp__source-file.txt";
const DEST_NAME: &str = "__cfdp__dest-file.txt";
#[derive(Default)]
struct TestCfdpUser {