Skip to content

Commit

Permalink
rename files: test_rpki_parser, move helper module to util folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jurraca committed Feb 7, 2025
1 parent ffa208a commit fd5a978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpki_parse_test.py → tests/test_rpki_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from kartograf.rpki.parse import parse_rpki
from .context import create_test_context
from .util import flatten
from .util.helpers import flatten


def prefixes_from_vrps(vrps):
Expand Down
File renamed without changes.

0 comments on commit fd5a978

Please sign in to comment.