summaryrefslogtreecommitdiff
path: root/test/other_tools
diff options
context:
space:
mode:
Diffstat (limited to 'test/other_tools')
-rw-r--r--test/other_tools/git_operations/critical_git_ops.test.cpp2
-rw-r--r--test/other_tools/just_mr/create_test_archives.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/other_tools/git_operations/critical_git_ops.test.cpp b/test/other_tools/git_operations/critical_git_ops.test.cpp
index 0e28e73e..04faa6b9 100644
--- a/test/other_tools/git_operations/critical_git_ops.test.cpp
+++ b/test/other_tools/git_operations/critical_git_ops.test.cpp
@@ -100,7 +100,7 @@ class TestUtilsMP {
static inline std::atomic<int> counter = 0;
};
-TEST_CASE("Crtitical git operations", "[critical_git_op_map]") {
+TEST_CASE("Critical git operations", "[critical_git_op_map]") {
// setup the repos needed
auto prefix = TestUtilsMP::GetUniqueTestDir();
REQUIRE(prefix);
diff --git a/test/other_tools/just_mr/create_test_archives.cpp b/test/other_tools/just_mr/create_test_archives.cpp
index 031ca1ab..2f4327b7 100644
--- a/test/other_tools/just_mr/create_test_archives.cpp
+++ b/test/other_tools/just_mr/create_test_archives.cpp
@@ -98,7 +98,7 @@ auto main() -> int {
// 1. move to correct directory
{
auto anchor = FileSystemManager::ChangeDirectory(tmp_dir->GetPath());
- // 2. create the archvies wrt to current directory
+ // 2. create the archives wrt to current directory
std::optional<std::string> res{std::nullopt};
res = ArchiveOps::CreateArchive(
ArchiveType::kArchiveTypeZip, "zip_repo.zip", "root");