Skip to content

Commit

Permalink
tests: Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Apr 25, 2024
1 parent e913daf commit ba08fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_subdomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def define(self, dimensions):
subdomain=my_grid.subdomains['middle']))
op.apply()

assert_structure(op, ['i1x'], 'i1x')
assert_structure(op, ['x'], 'x')

def test_condition_w_subdomain_v1(self):

Expand Down Expand Up @@ -758,7 +758,7 @@ def define(self, dimensions):

op.apply()

assert_structure(op, ['xi1y'], 'xi1y')
assert_structure(op, ['xy'], 'xy')

def test_condition_w_subdomain_v2(self):

Expand Down Expand Up @@ -790,4 +790,4 @@ def define(self, dimensions):

op.apply()

assert_structure(op, ['i1xi1y'], 'i1xi1y')
assert_structure(op, ['xy'], 'xy')

0 comments on commit ba08fa7

Please sign in to comment.