Skip to content

Commit

Permalink
docs: Update testing.md (#1818)
Browse files Browse the repository at this point in the history
* Update testing.md

* Apply suggestions from code review

---------

Co-authored-by: Edgar R. M <[email protected]>
  • Loading branch information
pnadolny13 and edgarrmondragon authored Jul 10, 2023
1 parent ba8c43c commit c5434c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ StandardTargetTests = get_target_test_class(
class TestTargetExample(StandardTargetTests):
"""Standard Target Tests."""

@pytest.fixture(scope="class")
@pytest.fixture()
def resource(self):
"""Generic external resource.
Expand Down

0 comments on commit c5434c1

Please sign in to comment.