Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Jul 17, 2023
1 parent e59bbe4 commit ba4782c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/helpers/test_entity_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
DATASET_ID = os.environ["DATASET_ID"]


def test_dummy() -> None:
assert ORG_ID == "org-fjx9Rz"


def test_change_columns_input_output() -> None:
classifiers = ColumnsClassifiers(
Expand Down
6 changes: 6 additions & 0 deletions tests/test_something.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os

ORG_ID = os.environ["ORG_ID"]

def test_dummy() -> None:
assert ORG_ID == "org-fjx9Rz"

0 comments on commit ba4782c

Please sign in to comment.