Skip to content

Commit

Permalink
chore: add dummy test for semantic conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Jan 9, 2024
1 parent 1fe8c10 commit 670cf8d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
This is a dummy test to ensure that every package has one test.
"""
from openinference.semconv.version import __version__ as semconv_version


def test_version():
print(semconv_version)

0 comments on commit 670cf8d

Please sign in to comment.