Skip to content

Commit

Permalink
Fix overly enthusiastic s///g.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Feb 16, 2016
1 parent afb2ea3 commit b96bc82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/functional/test_get_data.py
Expand Up @@ -633,5 +633,3 @@ def test_0175_upload_file( self ):
self.check_metadata_for_string( 'value="1.bigwig" value="\?" Change data type selected value="bigwig" selected="yes"' )

self.delete_history( id=self.security.encode_id( history.id ) )

def test_9999_clean_up( self ):
@@ -1,6 +1,6 @@
import os

from tool_shed.base.twilltestcase common, ShedTwillTestCase
from tool_shed.base.twilltestcase import common, ShedTwillTestCase

matplotlib_repository_name = 'package_matplotlib_1_2_0170'
matplotlib_repository_description = "Contains a tool dependency definition that downloads and compiles version 1.2.x of the the python matplotlib package."
Expand Down

0 comments on commit b96bc82

Please sign in to comment.