From a0faf61d643ca868fc21ba25c6c78240b50e53ea Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Wed, 30 Oct 2019 15:55:10 +0200 Subject: [PATCH] Update expected test message for new pylint --- pylint_django/tests/input/migrations/0002_new_column.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint_django/tests/input/migrations/0002_new_column.txt b/pylint_django/tests/input/migrations/0002_new_column.txt index 485ef3c8..253d3db4 100644 --- a/pylint_django/tests/input/migrations/0002_new_column.txt +++ b/pylint_django/tests/input/migrations/0002_new_column.txt @@ -1 +1 @@ -new-db-field-with-default:28:Migration:migrations.0002_new_column AddField with default value +new-db-field-with-default:28:Migration:pylint_django.tests.input.migrations.0002_new_column AddField with default value