Skip to content

Commit 395b401

Browse files
committed
fix typo in tests
1 parent 1a4474f commit 395b401

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/Electrical/analog.jl

Lines changed: 2 additions & 3 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" begin begin
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" begin begin
662+
@testset "PMOS Transistor" begin
663663

664664
@mtkmodel SimplePMOSCircuit begin
665665
@components begin
@@ -917,4 +917,3 @@ end
917917
sol[sys.Q1.s.i][15],
918918
0.0,
919919
atol = 1e-16)
920-
end

0 commit comments

Comments
 (0)