From f87964ec1c3a2d9fa7158bdf72e194c62b20228b Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 18 Apr 2024 09:12:00 -0500 Subject: [PATCH] updated unit test paths (#9963) --- tests/unit/{test_freshness_task.py => task/test_freshness.py} | 0 tests/unit/{test_graph_runnable_task.py => task/test_runnable.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/unit/{test_freshness_task.py => task/test_freshness.py} (100%) rename tests/unit/{test_graph_runnable_task.py => task/test_runnable.py} (100%) diff --git a/tests/unit/test_freshness_task.py b/tests/unit/task/test_freshness.py similarity index 100% rename from tests/unit/test_freshness_task.py rename to tests/unit/task/test_freshness.py diff --git a/tests/unit/test_graph_runnable_task.py b/tests/unit/task/test_runnable.py similarity index 100% rename from tests/unit/test_graph_runnable_task.py rename to tests/unit/task/test_runnable.py