Skip to content

Commit

Permalink
Remove superfluous test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Jan 22, 2021
1 parent 6b19c5b commit 251c2df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/shared/nlu/training_data/formats/test_rasa_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ def test_metadata_roundtrip():

assert dumped_result.training_examples == result.training_examples

# dumping again should also not change the format
assert dumped == RasaYAMLWriter().dumps(dumped_result)


def test_write_metadata_stripped():
reader = RasaYAMLReader()
Expand Down

0 comments on commit 251c2df

Please sign in to comment.