tests: Reckless test fix for project must contain name

Fix for `The Poetry configuration is invalid:  - project must contain ['name'] properties`
This commit is contained in:
ShahanaFarooqui 2025-01-07 15:11:19 -08:00 committed by Christian Decker
parent 740b7125de
commit 219623c8d7

View File

@ -1,6 +1,3 @@
[project]
dependencies = ["pyln-client"]
[tool.poetry]
name = "testplugpyproj"
version = "0.1.0"