Fix typo 'lighting' --> 'lightning'; update labler (#823)

This commit is contained in:
Eric Zhu
2025-09-18 19:17:12 -07:00
committed by GitHub
Unverified
parent 99860a5d07
commit 367a3275d1
14 changed files with 30 additions and 24 deletions
@@ -0,0 +1 @@
# Copyright (c) Microsoft. All rights reserved.
@@ -0,0 +1,15 @@
# Copyright (c) Microsoft. All rights reserved.
"""Tests for lightning module."""
import pytest
from agent_framework_lab_lightning import __version__
class TestLightning:
"""Test the lightning module."""
def test_version(self):
"""Test package version is defined."""
assert __version__ is not None
assert __version__ == "0.1.0b1"