Skip to content

Commit

Permalink
Add name
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Nov 12, 2024
1 parent 3961a46 commit 7b6795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/general/test_21_Circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def test_35_netlist_data_block(self):
assert self.aedtapp.analyze()

def test_36_create_voltage_probe(self):
myprobe = self.aedtapp.modeler.components.create_voltage_probe()
myprobe = self.aedtapp.modeler.components.create_voltage_probe(name="voltage_probe")
assert type(myprobe.id) is int

def test_37_draw_graphical_primitives(self):
Expand Down

0 comments on commit 7b6795a

Please sign in to comment.