Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twguest committed Jul 16, 2024
1 parent 059601f commit b68f206
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phenom/tests/test_examples.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
def test_one_plus_one_is_two():
"Check that one and one are indeed two."
assert 1 + 1 == 2
import pytest

def test_yaml():
pass

0 comments on commit b68f206

Please sign in to comment.