Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 10, 2024
1 parent e3bb47c commit 021aa2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
class TestAwsOpenTelemetryDistro(TestCase):
def test_package_available(self):
try:
require(["aws-aws-opentelemetry-distro"])
require(["aws-opentelemetry-distro"])
except DistributionNotFound:
self.fail("aws-aws-opentelemetry-distro not installed")
self.fail("aws-opentelemetry-distro not installed")

0 comments on commit 021aa2f

Please sign in to comment.