Skip to content

Commit 6431993

Browse files
weiQingengWei
authored andcommitted
batch id
1 parent 61c361c commit 6431993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Inside `dir/test_code.py` pytest will run any code in the main file and then cal
1717

1818
# gets evaluated first
1919
my_two = 2.0
20-
my_three = add_one(my_two)
20+
my_three = add_one(my_two)
21+
2122

2223
def add_one(x):
2324
# calls this function

0 commit comments

Comments
 (0)