Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Feb 23, 2024
1 parent 505624e commit 08f1ed5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions tests/test_label_generation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django_ltree.paths import PathGenerator


def test_label_generation():
assert PathGenerator.guess_the_label_size(62, 62) == 2
assert PathGenerator.guess_the_label_size(0, 62) == 1
6 changes: 0 additions & 6 deletions tests/test_limits.py

This file was deleted.

0 comments on commit 08f1ed5

Please sign in to comment.