We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1b9c9 commit 4f3d03aCopy full SHA for 4f3d03a
1 file changed
tests/unit/scripts/test_profiler.py
@@ -68,7 +68,7 @@ def test_write_data(tmpdir):
68
file = tmpdir.join('output.txt')
69
70
write_data('test_data', file.strpath)
71
- assert file.read() == 'test_data\n'
+ assert file.read() == 'test_data'
72
73
74
def test_get_cgroup_name(mocker):
0 commit comments