diff --git a/tests/test_precommit.py b/tests/test_precommit.py index cbad64a..31143b3 100644 --- a/tests/test_precommit.py +++ b/tests/test_precommit.py @@ -12,10 +12,9 @@ "extra_args", [ [], - ["--dropbox-style"], + ["--meta-style"], ["--google-style"], ["--kotlinlang-style"], - ["--version=0.28"], ], ) def test_ktfmtprecommithook(extra_args: List[str]):