Skip to content

Commit 052b2b6

Browse files
committed
fix testset typo
1 parent 84977d2 commit 052b2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Electrical/analog.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ end
541541
# savefig(plt, "rc_circuit_test_variable_resistor")
542542
end
543543

544-
@testset "NMOS Transistor"
544+
@testset "NMOS Transistor" begin
545545

546546
@mtkmodel SimpleNMOSCircuit begin
547547
@components begin
@@ -659,7 +659,7 @@ end
659659
end
660660

661661

662-
@testset "PMOS Transistor"
662+
@testset "PMOS Transistor" begin
663663

664664
@mtkmodel SimplePMOSCircuit begin
665665
@components begin

0 commit comments

Comments
 (0)