Skip to content

Commit

Permalink
Fix filename in test
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Dec 4, 2019
1 parent aae018c commit 08feee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def test_burgers_sim(self):
def test_heat_equilibrium(self):
demo_run('heat_equilibrium')

def test_manual_smoke_numpy_or_tf(self):
demo_run('manual_smoke_numpy_or_tf')
def test_manual_fluid_numpy_or_tf(self):
demo_run('manual_fluid_numpy_or_tf')

def test_marker(self):
demo_run('marker')
Expand Down

0 comments on commit 08feee8

Please sign in to comment.