From 541f8192c92e3f935c725660f70e0e4699748c20 Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Thu, 19 Mar 2020 20:41:46 +0530 Subject: [PATCH] minor rename --- .../tests/{test_algorithm.py => test_algorithms.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pydatastructs/linear_data_structures/tests/{test_algorithm.py => test_algorithms.py} (100%) diff --git a/pydatastructs/linear_data_structures/tests/test_algorithm.py b/pydatastructs/linear_data_structures/tests/test_algorithms.py similarity index 100% rename from pydatastructs/linear_data_structures/tests/test_algorithm.py rename to pydatastructs/linear_data_structures/tests/test_algorithms.py