Skip to content

Commit

Permalink
Merge pull request #56 from pylhc/fix_read_lei2_test
Browse files Browse the repository at this point in the history
fix test for 2 dimensional file
  • Loading branch information
fscarlier committed Nov 1, 2022
2 parents e0b5602 + 849d9df commit 5adf26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sdds.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def template_ascii_read_write_read(self, filepath, output):
def test_sdds_write_read_ascii_1_dim(self, _sdds_file_lei1, tmp_file):
self.template_ascii_read_write_read(_sdds_file_lei1, tmp_file)

def test_sdds_write_read_ascii_2_dim(self, _sdds_file_lei1, tmp_file):
self.template_ascii_read_write_read(_sdds_file_lei1, tmp_file)
def test_sdds_write_read_ascii_2_dim(self, _sdds_file_lei2, tmp_file):
self.template_ascii_read_write_read(_sdds_file_lei2, tmp_file)

def test_sdds_write_ascii(self):
sdds_file = b'''SDDS1
Expand Down

0 comments on commit 5adf26f

Please sign in to comment.