Skip to content

Commit 240be3f

Browse files
committed
test(build): Add blank line for improved readability in unit tests
1 parent f5149d2 commit 240be3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/build/functions/build_project_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,6 @@ def test_get_build_steps_ubuntu_24_04(self, mock_url, mock_get_datetime_now,
151151
config)
152152
self.assertEqual(build_steps, expected_build_steps)
153153

154+
154155
if __name__ == '__main__':
155156
unittest.main(exit=False)

0 commit comments

Comments
 (0)