Skip to content

Commit 665ad3e

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] fix prototype consistency tests (#7190)
Reviewed By: vmoens Differential Revision: D44416257 fbshipit-source-id: 6efdc9cff21d2a3277c120cca25c500ad0b9cf08
1 parent c3ca127 commit 665ad3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_prototype_transforms_consistency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def test_call_consistency(config, args_kwargs):
676676
)
677677

678678

679-
@get_paramsl_parametrization
679+
@get_params_parametrization
680680
def test_get_params_alias(config, get_params_args_kwargs):
681681
assert config.prototype_cls.get_params is config.legacy_cls.get_params
682682

@@ -689,7 +689,7 @@ def test_get_params_alias(config, get_params_args_kwargs):
689689
assert prototype_transform.get_params is legacy_transform.get_params
690690

691691

692-
@get_paramsl_parametrization
692+
@get_params_parametrization
693693
def test_get_params_jit(config, get_params_args_kwargs):
694694
get_params_args, get_params_kwargs = get_params_args_kwargs
695695

0 commit comments

Comments
 (0)