From 1600f338aa04a6f13125a2e0b9f8b56eaeff53aa Mon Sep 17 00:00:00 2001
From: lxvm <lorenzo@vanmunoz.com>
Date: Tue, 9 Jan 2024 12:06:54 -0800
Subject: [PATCH] typo

---
 test/interface_tests.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/interface_tests.jl b/test/interface_tests.jl
index 461167d..57457e2 100644
--- a/test/interface_tests.jl
+++ b/test/interface_tests.jl
@@ -19,7 +19,7 @@ alg_req = Dict(
     # VEGAS() => (nout = 1, allows_batch = true, min_dim = 2, max_dim = Inf,
     #     allows_iip = true),
     VEGASMC() => (nout = Inf, allows_batch = false, min_dim = 1, max_dim = Inf,
-        allows_iip = true)
+        allows_iip = true),
     CubatureJLh() => (nout = Inf, allows_batch = true, min_dim = 1,
         max_dim = Inf, allows_iip = true),
     CubatureJLp() => (nout = Inf, allows_batch = true, min_dim = 1,