mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
6 lines
108 B
Python
6 lines
108 B
Python
from neon_dev_utils import sum_as_string
|
|
|
|
|
|
def test_neon_dev_utils():
|
|
assert sum_as_string(2, 3) == "5"
|