Skip to content

Commit 16c9160

Browse files
committed
Update test.yml
1 parent 2393693 commit 16c9160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
continue-on-error: true
3737

3838
- name: Test import
39-
run: python -c "from hixbe_time import NTPClient, NTPClientConfig; print('Import successful')"
39+
run: python -c "from hixbe_time import NTPClient, NTPClientConfig; print('Import successful')"
4040

4141
- name: Test instantiation
42-
run: python -c "from hixbe_time import NTPClient, NTPClientConfig; client = NTPClient(); print('Client instantiation successful')"
42+
run: python -c "from hixbe_time import NTPClient, NTPClientConfig; client = NTPClient(); print('Client instantiation successful')"
4343

4444
- name: Run showcase
4545
run: python SHOWCASE.py

0 commit comments

Comments
 (0)