diff options
Diffstat (limited to 'tests/google_assistant_test.py')
| -rwxr-xr-x | tests/google_assistant_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/google_assistant_test.py b/tests/google_assistant_test.py index 857c1e4..a162594 100755 --- a/tests/google_assistant_test.py +++ b/tests/google_assistant_test.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + +"""google_assistant unittest.""" + import unittest from unittest.mock import MagicMock, patch |
