Rename test directory to tests

This commit is contained in:
Dirkjan Ochtman 2021-12-22 12:15:20 +01:00 committed by masalachai
parent 70f3789098
commit 8efb206e43
65 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
use regex::Regex;
use std::{error::Error, fs::File, io::Read};
pub(crate) const RESOURCES_DIR: &str = "./test/resources";
pub(crate) const RESOURCES_DIR: &str = "./tests/resources";
pub(crate) const CLTRID: &str = "cltrid:1626454866";
pub(crate) const SVTRID: &str = "RO-6879-1627224678242975";
pub(crate) const SUCCESS_MSG: &str = "Command completed successfully";