From e0545305bdbbf87694c741a18f36c2c560e131d9 Mon Sep 17 00:00:00 2001 From: Vishal Kuo Date: Mon, 13 Jun 2022 09:36:14 -0700 Subject: [PATCH] fix test --- tests/packages/test_locker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/packages/test_locker.py b/tests/packages/test_locker.py index 7a4465f750a..cc16cadeff3 100644 --- a/tests/packages/test_locker.py +++ b/tests/packages/test_locker.py @@ -316,7 +316,7 @@ def test_lock_packages_with_null_description(locker: Locker, root: ProjectPackag content = f.read() expected = """\ -# # This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "A"