Skip to content

Commit

Permalink
test: placeholder test to allow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Aug 15, 2024
1 parent 8fad439 commit d5f6a23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_placeholder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Example test to facilitate CI operation."""


def test_temp():
"""Test message."""
msg = "I am a test"
assert msg == "I am a test"

0 comments on commit d5f6a23

Please sign in to comment.