Skip to content

Commit

Permalink
norm python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Sep 24, 2024
1 parent 02aa368 commit 940b7a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dp_creator_ii/tests/test_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ def norm_nb(nb_str):
r'\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d+Z',
'2024-01-01T00:00:00.000000Z',
normed_nb_str)
normed_nb_str = re.sub(
r'"version": "[^"]+"',
'"version": "3.0.0"',
normed_nb_str)
return normed_nb_str


Expand Down

0 comments on commit 940b7a6

Please sign in to comment.