Skip to content

Commit 78cbed8

Browse files
committed
fix: remove End Of File
1 parent d8ab6d3 commit 78cbed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DIRAC/Resources/Catalog/test/Test_RucioFileCatalogClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ def test_findFilesByMetadata_with_error(self):
126126
self.assertIn('Test error', result['Message'])
127127

128128
if __name__ == '__main__':
129-
unittest.main()
129+
unittest.main()

0 commit comments

Comments
 (0)