From 5aeb09a3b58a4543cf6afed6541afcfb5a63b0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Andr=C3=A9s=20Rodr=C3=ADguez=20Scelza?= Date: Wed, 12 Jun 2019 12:07:09 -0300 Subject: [PATCH] corrected test samples path --- .../testing_samples/check_model_name_samples/ok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit_hooks/loaderon_hooks/tests/automatic_testing/testing_samples/check_model_name_samples/ok.py b/pre_commit_hooks/loaderon_hooks/tests/automatic_testing/testing_samples/check_model_name_samples/ok.py index 8fd6299..cb1a095 100644 --- a/pre_commit_hooks/loaderon_hooks/tests/automatic_testing/testing_samples/check_model_name_samples/ok.py +++ b/pre_commit_hooks/loaderon_hooks/tests/automatic_testing/testing_samples/check_model_name_samples/ok.py @@ -1,2 +1,2 @@ class SomeClass(object): - _name = "testing_files.some.model.name" + _name = "testing_samples.some.model.name"