Skip to content

Commit 4f3d03a

Browse files
Review Changes
1 parent bf1b9c9 commit 4f3d03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/scripts/test_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_write_data(tmpdir):
6868
file = tmpdir.join('output.txt')
6969

7070
write_data('test_data', file.strpath)
71-
assert file.read() == 'test_data\n'
71+
assert file.read() == 'test_data'
7272

7373

7474
def test_get_cgroup_name(mocker):

0 commit comments

Comments
 (0)