From 668b09d998598b3999f724429794c6ce70ea5c45 Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Wed, 30 Oct 2024 11:21:43 +0100 Subject: [PATCH] update reference commit for new rotor files --- test/test_trixi2vtk.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_trixi2vtk.jl b/test/test_trixi2vtk.jl index 79958bb..b940dfb 100644 --- a/test/test_trixi2vtk.jl +++ b/test/test_trixi2vtk.jl @@ -56,7 +56,7 @@ end if VERSION < v"1.8" const TEST_REFERENCE_COMMIT = "c0a966b06489f9b2ee3aefeb0a5c0dae733df36f" else - const TEST_REFERENCE_COMMIT = "86a43fe8dc254130345754fb512268204cf2233c" + const TEST_REFERENCE_COMMIT = "e51f3613ac1adfcfd2bf1d74a2756034dab0579c" end # Local folder to store downloaded reference files. If you change this, also adapt `../.gitignore`!