File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,9 +273,9 @@ def do_test_html_bundle(self, directory):
273273 def test_keep_manifest_specified_file (self ):
274274 self .assertTrue (keep_manifest_specified_file ("app.R" ))
275275 self .assertFalse (keep_manifest_specified_file ("packrat/packrat.lock" ))
276- self .assertTrue (keep_manifest_specified_file ("rsconnect" ))
276+ self .assertFalse (keep_manifest_specified_file ("rsconnect" ))
277277 self .assertFalse (keep_manifest_specified_file ("rsconnect/bogus.file" ))
278- self .assertTrue (keep_manifest_specified_file ("rsconnect-python" ))
278+ self .assertFalse (keep_manifest_specified_file ("rsconnect-python" ))
279279 self .assertFalse (keep_manifest_specified_file ("rsconnect-python/bogus.file" ))
280280 self .assertFalse (keep_manifest_specified_file (".svn/bogus.file" ))
281281 self .assertFalse (keep_manifest_specified_file (".env/share/jupyter/kernels/python3/kernel.json" ))
You can’t perform that action at this time.
0 commit comments