From bce949cc94b2b3419b6971154c9cf8f1f6983f8d Mon Sep 17 00:00:00 2001 From: bbolm Date: Mon, 23 Dec 2024 11:04:30 +0100 Subject: [PATCH] Update commit hash --- 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 fa3e3d4..f77544d 100644 --- a/test/test_trixi2vtk.jl +++ b/test/test_trixi2vtk.jl @@ -53,7 +53,7 @@ end # Note: The purpose of using a specific commit hash (instead of `main`) is to be able to tie a given # version of Trixi2Vtk to a specific version of the test file repository. This way, also tests # for older Trixi2Vtk releases should continue to work. -const TEST_REFERENCE_COMMIT = "5c9a75d721d55d0ba21c5be391afe557effc2740" +const TEST_REFERENCE_COMMIT = "1ba4ac00a41c856d2c0aa7b51b81358d267625d6" # Local folder to store downloaded reference files. If you change this, also adapt `../.gitignore`! const TEST_REFERENCE_DIR = "reference_files"