Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jul 12, 2022
1 parent d5c31ab commit 058f079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/examples/test_e04_intrinsic_function_alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import os
import pytest
from cottonformation.examples.s1_quick_start.e04_intrinsic_function_alt import tpl


def test():
if "CI" not in os.environ:
from cottonformation.examples.s1_quick_start.e04_intrinsic_function_alt import tpl
tpl.to_json()


Expand Down
2 changes: 1 addition & 1 deletion tests/examples/test_e05_condition_alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import os
import pytest
from cottonformation.examples.s1_quick_start.e05_condition_alt import tpl


def test():
if "CI" not in os.environ:
from cottonformation.examples.s1_quick_start.e05_condition_alt import tpl
tpl.to_json()


Expand Down

0 comments on commit 058f079

Please sign in to comment.