Skip to content

Commit 7b04a52

Browse files
committed
Mock the function I just added in testing
1 parent 3123a1d commit 7b04a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test/build_api/build_api_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def tearDown(self):
5555
side_effect=[i % 2 for i in range(3000)])
5656
@patch('os.mkdir')
5757
@patch('tools.toolchains.exists', return_value=True)
58+
@patch('tools.toolchains.mbedToolchain.dump_build_profile')
5859
@patch('tools.utils.run_cmd', return_value=("", "", 0))
5960
def test_always_complete_build(self, *_):
6061
with MagicMock() as notify:

0 commit comments

Comments
 (0)