Skip to content

Commit

Permalink
Fix typo in test docstring (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbischof authored Feb 28, 2023
1 parent 565e9fa commit 2fca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/models/bert/bert_presets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class BertPresetFullTest(tf.test.TestCase, parameterized.TestCase):
This every presets for BERT and is only run manually.
Run with:
`pytest keras_nlp/models/bert_presets_test.py --run_extra_large`
`pytest keras_nlp/models/bert/bert_presets_test.py --run_extra_large`
"""

@parameterized.named_parameters(
Expand Down

0 comments on commit 2fca705

Please sign in to comment.