Skip to content

Commit

Permalink
chore: add dummy test for semantic conventions (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Jan 9, 2024
1 parent 21de615 commit c6f9298
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 c6f9298

Please sign in to comment.