Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Aug 22, 2023
1 parent 5ffa3d3 commit b8306f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging
import os
from types import ModuleType
from typing import Callable, Optional, Sequence
from typing import Callable, Optional, Sequence

from absl import flags
from absl.testing import parameterized
Expand All @@ -41,7 +41,7 @@

flags.DEFINE_integer(
'nt_num_generated_cases',
int(os.getenv('NT_NUM_GENERATED_CASES', '4')),
int(os.getenv('NT_NUM_GENERATED_CASES', '2')),
help='Number of generated cases to test'
)

Expand Down

0 comments on commit b8306f0

Please sign in to comment.