From cf0fea643d8210fbf9287607bcf244b3303e4505 Mon Sep 17 00:00:00 2001 From: asgibso1 Date: Thu, 31 Aug 2023 12:45:41 -0400 Subject: [PATCH] Changed test file names to match src code names --- test/src/reasoning/{test_brain.py => test_agent.py} | 0 test/src/systems/{test_spacecraft.py => test_vehicle_rep.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/src/reasoning/{test_brain.py => test_agent.py} (100%) rename test/src/systems/{test_spacecraft.py => test_vehicle_rep.py} (100%) diff --git a/test/src/reasoning/test_brain.py b/test/src/reasoning/test_agent.py similarity index 100% rename from test/src/reasoning/test_brain.py rename to test/src/reasoning/test_agent.py diff --git a/test/src/systems/test_spacecraft.py b/test/src/systems/test_vehicle_rep.py similarity index 100% rename from test/src/systems/test_spacecraft.py rename to test/src/systems/test_vehicle_rep.py