Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Feb 11, 2021
1 parent b0a831a commit 9e86ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accelerators/legacy/test_accelerator_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_accelerator_choice_ddp_cpu_custom_cluster(device_count_mock):
Test that we choose the custom cluster even when SLURM or TE flags are around
"""

class CustomCluster(ClusterEnvironment):
class CustomCluster(DefaultEnvironment):

def master_address(self):
return 'asdf'
Expand Down

0 comments on commit 9e86ab8

Please sign in to comment.