mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
bootstrap: don't strip \n for last item on listing (#2820)
This commit is contained in:

committed by
GitHub

parent
5558e78d8c
commit
476f6e245a
@ -77,7 +77,7 @@ class TestBootstrap(TestCase):
|
||||
bootstrap.run()
|
||||
self.assertEqual(
|
||||
fake_out.getvalue(),
|
||||
"\n".join(self.installed_libraries),
|
||||
"\n".join(self.installed_libraries) + "\n",
|
||||
)
|
||||
|
||||
@patch("sys.argv", ["bootstrap", "-a", "install"])
|
||||
|
Reference in New Issue
Block a user