Skip to content

Commit 746a735

Browse files
committed
whitespace
1 parent 3733d54 commit 746a735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/experiment_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def test_experiments_with_different_name_same_cache(self, m_parse_experiment):
862862

863863
def test_experiments_with_same_name_updated_cache(self):
864864
self.experiments_factory.cfg_mtime = 0.0
865-
865+
866866
version_1 = "1"
867867
version_2 = "2"
868868

@@ -916,10 +916,10 @@ def test_experiments_with_same_name_updated_cache(self):
916916

917917
def test_experiments_with_different_name_updated_cache(self):
918918
self.experiments_factory.cfg_mtime = 0.0
919-
919+
920920
version_1 = "1"
921921
version_2 = "2"
922-
922+
923923
value1 = {
924924
"id": 1,
925925
"name": "test1",

0 commit comments

Comments
 (0)