mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
examples: fix test function name in cpp_rtti example
This commit is contained in:
parent
d0e1edcd53
commit
910f49942e
@ -16,7 +16,7 @@ except ImportError:
|
||||
|
||||
|
||||
@IDF.idf_example_test(env_tag='Example_WIFI')
|
||||
def test_real_time_stats_example(env, extra_data):
|
||||
def test_cpp_rtti_example(env, extra_data):
|
||||
dut = env.get_dut('cpp_rtti', 'examples/system/cpp_rtti')
|
||||
dut.start_app()
|
||||
|
||||
@ -34,4 +34,4 @@ def test_real_time_stats_example(env, extra_data):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_real_time_stats_example()
|
||||
test_cpp_rtti_example()
|
||||
|
Loading…
Reference in New Issue
Block a user