diff --git a/test/material/binarycoefficients/test_binarycoefficients.cc b/test/material/binarycoefficients/test_binarycoefficients.cc
index 99d65c6094ae65aa0c7b8d973fe096cddecb0060..31eaeb7bcf92fa1f97a4f7da9e27c1544bf55223 100644
--- a/test/material/binarycoefficients/test_binarycoefficients.cc
+++ b/test/material/binarycoefficients/test_binarycoefficients.cc
@@ -39,7 +39,7 @@
 #include <dumux/material/binarycoefficients/n2_o2.hh>
 
 #include <dumux/material/components/co2.hh>
-#include <test/porousmediumflow/co2/co2tables.hh>
+#include <dumux/material/components/defaultco2table.hh>
 
 template<class Scalar, class BinaryCoefficients>
 int checkBinaryCoefficients()
diff --git a/test/material/fluidsystems/test_fluidsystems.cc b/test/material/fluidsystems/test_fluidsystems.cc
index 0c273d18f084499ee173167e2e33acbf6bf9545d..21659c1dd8f48da84c6f310067134562d51156f0 100644
--- a/test/material/fluidsystems/test_fluidsystems.cc
+++ b/test/material/fluidsystems/test_fluidsystems.cc
@@ -61,9 +61,9 @@
 #include <dumux/material/fluidstates/saturationoverlay.hh>
 #include <dumux/material/fluidstates/temperatureoverlay.hh>
 
-// for co2, include the tabulated co2 component and the tables of the co2 test
+// for co2, include the tabulated co2 component and the default co2 table
 #include <dumux/material/components/co2.hh>
-#include <test/porousmediumflow/co2/co2tables.hh>
+#include <dumux/material/components/defaultco2table.hh>
 
 int main()
 {
diff --git a/test/multidomain/poromechanics/el2p/properties.hh b/test/multidomain/poromechanics/el2p/properties.hh
index bd82cbbd5a2487ccd76c356e3b55df90e36667a4..cf375d549755331e92f0b56db27e5c1e6b0c57dd 100644
--- a/test/multidomain/poromechanics/el2p/properties.hh
+++ b/test/multidomain/poromechanics/el2p/properties.hh
@@ -36,6 +36,7 @@
 #include <dumux/porousmediumflow/problem.hh>
 
 #include <dumux/material/components/co2.hh>
+#include <dumux/material/components/defaultco2table.hh>
 #include <dumux/material/fluidsystems/brineco2.hh>
 
 #include <dumux/multidomain/traits.hh>
@@ -47,7 +48,6 @@
 #include "problem_2p.hh"
 #include "problem_poroelastic.hh"
 
-#include "test/porousmediumflow/co2/co2tables.hh"
 
 namespace Dumux::Properties {