somewhat obfuscate the filename
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
3f3a7e8efc
commit
778f30ef1b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user