| Index: tests/test_packagerEdge.py | 
| diff --git a/tests/test_packagerEdge.py b/tests/test_packagerEdge.py | 
| index 48b46c96fe858c66a836d561628cd98a77f19c8a..3eedfad5a68a4ae0891d5d126e58f0002971aa57 100644 | 
| --- a/tests/test_packagerEdge.py | 
| +++ b/tests/test_packagerEdge.py | 
| @@ -246,7 +246,6 @@ def test_create_build(tmpdir, srcdir): | 
| assert 'AppxManifest.xml' in names | 
| assert 'AppxBlockMap.xml' in names | 
| assert '[Content_Types].xml' in names | 
| -    assert 'Extension/lib/info.js' in names | 
|  | 
| assert 'devbuild-marker' not in appx.read('AppxManifest.xml') | 
| assert appx.read('Assets/logo_44.png') == '44' | 
|  |