diff --git a/test/test_ext_ssd.jl b/test/test_ext_ssd.jl index a4affa05..0f69cad3 100644 --- a/test/test_ext_ssd.jl +++ b/test/test_ext_ssd.jl @@ -16,7 +16,7 @@ include("testing_utils.jl") @testset "$(detname)" begin det = SolidStateDetector{Float64}(l200, detname) @test det isa SolidStateDetector - sim = Simulation{Float64}(l200, detname) + sim = Simulation{Float64}(l200, detname, crystal_impurity = true) @test sim isa Simulation # Compare active volume from SSD to active volume from LegendDataManagement