We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb7375 commit 9d27e9bCopy full SHA for 9d27e9b
1 file changed
tests/test_mosaic.py
@@ -87,7 +87,7 @@ def test_getntiles():
87
88
def test_getgridfiles():
89
mosaic = MosaicObj(mosaic_file=output).read()
90
- assert set(mosaic.gridfiles) == (gridfiles)
+ assert set(mosaic.gridfiles) == set(gridfiles)
91
os.remove(output)
92
93
def test_solo_mosaic():
0 commit comments