Skip to content

Commit ffd8611

Browse files
gpires-metameta-codesync[bot]
authored andcommitted
make test target static listable
Summary: Change the Test Suite name to follow internal conventions. In order to provide the best experience, internal tooling have expectations on test naming, the target being modified failed on: * Test Suite has no `Test` suffix Reviewed By: yfeldblum Differential Revision: D85427980 fbshipit-source-id: b62879da05be0712404566541b2998121d153e23
1 parent 96898bf commit ffd8611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/folly/src/folly/logging/test/log_after_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import unittest
2121

2222

23-
class LogAfterMain(unittest.TestCase):
23+
class LogAfterMainTest(unittest.TestCase):
2424
def find_helper(self, name, env_var):
2525
path = os.environ.get(env_var)
2626
if path:

0 commit comments

Comments
 (0)