From 048410786b5d7319c065600ff0cc738a9b8d14bd Mon Sep 17 00:00:00 2001 From: akhdanre Date: Mon, 19 May 2025 03:09:06 +0700 Subject: [PATCH] feat: adding unit test on the auth and subject service --- test/{test_helper => service}/subject_service_test_mock.dart | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{test_helper => service}/subject_service_test_mock.dart (100%) diff --git a/test/test_helper/subject_service_test_mock.dart b/test/service/subject_service_test_mock.dart similarity index 100% rename from test/test_helper/subject_service_test_mock.dart rename to test/service/subject_service_test_mock.dart