From 778f30ef1be5834c8e20adb30c26c7c370dd28a4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 3 Sep 2023 21:06:29 +0200 Subject: [PATCH] somewhat obfuscate the filename --- satrs-core/src/cfdp/dest.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satrs-core/src/cfdp/dest.rs b/satrs-core/src/cfdp/dest.rs index 7c7d68f..25c0146 100644 --- a/satrs-core/src/cfdp/dest.rs +++ b/satrs-core/src/cfdp/dest.rs @@ -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 {