Skip to content

Commit c22653e

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/export/tests/test_export_session.py
Reviewed By: franklinho Differential Revision: D100963324
1 parent 7b5dcc1 commit c22653e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export/tests/test_export_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_default_pipeline_execution_order(self) -> None:
107107
self.assertEqual(len(session._stage_to_artifacts), 5)
108108
self.assertEqual(set(session._stage_to_artifacts.keys()), set(stage_types))
109109

110-
def test_overriden_pipeline_execution_order(self) -> None:
110+
def test_overridden_pipeline_execution_order(self) -> None:
111111
# Test when pipeline stages that are passed through recipe
112112
stage_types = [
113113
StageType.SOURCE_TRANSFORM,

0 commit comments

Comments
 (0)