diff test/runtests.jl @ 421:2808c41f5efa bugfix/tensor_application_multiplication

Change defs of * for TensorApplication to fix bug
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 18 Oct 2020 22:09:17 +0200
parents 1cafeb286c00
children f0d6906d8937
line wrap: on
line diff
--- a/test/runtests.jl	Sun Oct 18 21:52:56 2020 +0200
+++ b/test/runtests.jl	Sun Oct 18 22:09:17 2020 +0200
@@ -1,6 +1,6 @@
 using Test
 using TestSetExtensions
 
-@testset ExtendedTestSet "All" begin
+@testset "All" begin
     @includetests ARGS
 end