From f9a55c0f494217bd32b53436cd3f963b5899f83e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 29 Apr 2025 08:40:47 -0400 Subject: [PATCH] update reference data in test which was updated in KIM database --- unittest/commands/test_kim_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/commands/test_kim_commands.cpp b/unittest/commands/test_kim_commands.cpp index 5f997dccdf..2e43faf96e 100644 --- a/unittest/commands/test_kim_commands.cpp +++ b/unittest/commands/test_kim_commands.cpp @@ -636,7 +636,7 @@ TEST_F(KimCommandsTest, kim_query) "temperature_units=[K]"); END_HIDE_OUTPUT(); - ASSERT_THAT(variable->retrieve("alpha"), StrEq("1.654960564704273e-05")); + ASSERT_THAT(variable->retrieve("alpha"), StrEq("1.656579473023212e-05")); BEGIN_HIDE_OUTPUT(); command("clear");