Skip to content

Commit acb1044

Browse files
committed
Typo fix
1 parent 689f029 commit acb1044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/grididps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def concrete_post_processor(args):
135135
include_actions=True,
136136
include_side_effects=True,
137137
args=args,
138-
output_file="cmp_gridips_consume.json",
138+
output_file="cmp_grididps_consume.json",
139139
num_examples=2,
140140
concrete_post_processor=concrete_post_processor)
141141

@@ -145,6 +145,6 @@ def concrete_post_processor(args):
145145
include_actions=True,
146146
include_side_effects=True,
147147
args=args,
148-
output_file="cmp_gridips_guard.json",
148+
output_file="cmp_grididps_guard.json",
149149
num_examples=2,
150150
concrete_post_processor=concrete_post_processor)

0 commit comments

Comments
 (0)