Skip to content

Commit 22abfc4

Browse files
committed
Remove json cfg after test
Otherwise CI thinks this is an openPMD file
1 parent 369a86b commit 22abfc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/python/unittest/API/APITest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,6 +2239,8 @@ def testSeriesConstructors(self):
22392239
s = io.Series(f, io.Access.create, c)
22402240
s.close()
22412241

2242+
os.remove(cfg_as_file)
2243+
22422244

22432245
if __name__ == '__main__':
22442246
unittest.main()

0 commit comments

Comments
 (0)