Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbray committed May 27, 2022
1 parent dfc7683 commit 352aaf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_galaxy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,8 @@ def test_refgenie_config_version():
version_path = os.path.join(galaxy_lib_path, "version.py")
with open(version_path, "w") as version_fh:
version_fh.write('VERSION_MAJOR = "21.05"')
<<<<<<< HEAD
refgenie_config = get_refgenie_config(galaxy_root=tdc.temp_directory, refgenie_dir='/')
assert yaml.load(refgenie_config, Loader=yaml.SafeLoader)['config_version'] == 0.3
=======
refgenie_config = get_refgenie_config(galaxy_root=tdc.temp_directory, refgenie_dir="/")
assert yaml.load(refgenie_config, Loader=yaml.SafeLoader)["config_version"] == 0.3
>>>>>>> upstream/master


def _assert_property_is(config, prop, value):
Expand Down

0 comments on commit 352aaf0

Please sign in to comment.