Skip to content

Commit

Permalink
Merge pull request #456 from vsnever/test/fix_copypaste_radiated_power
Browse files Browse the repository at this point in the history
Fix wrong naming in TestTotalRadiatedPower
  • Loading branch information
vsnever authored Aug 2, 2024
2 parents 895ef8e + 8dc0cf2 commit 66ee813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherab/core/tests/test_total_radiated_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def setUp(self):
self.plasma.parent = self.world
self.plasma.atomic_data = self.atomic_data

def test_beam_density(self):
def test_total_radiated_power(self):

self.plasma.models = [TotalRadiatedPower(nitrogen, 6)]

Expand Down

0 comments on commit 66ee813

Please sign in to comment.