Make sure to create reproducible emulator

This commit is contained in:
momo5502
2025-03-19 17:56:35 +01:00
parent de65e172bd
commit 2cb14a3555
3 changed files with 7 additions and 10 deletions

View File

@@ -2,14 +2,6 @@
namespace test
{
namespace
{
auto create_reproducible_sample_emulator()
{
return create_sample_emulator({.reproducible = true});
}
}
TEST(SerializationTest, ResettingEmulatorWorks)
{
auto emu = create_reproducible_sample_emulator();