From 8bcbfd3df701915dcac298c54521b3fe4c555b24 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Dec 2024 19:51:25 +0100 Subject: Tidy up un-use of variable. --- test/atmos_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 33a427321..d1057dd2a 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE(atmos_encrypted_passthrough_test) Cleanup cl; auto ref = TestPaths::private_data() / "atmos_asset.mxf"; - auto content = content_factory(TestPaths::private_data() / "atmos_asset.mxf"); + auto content = content_factory(ref); auto film = new_test_film("atmos_encrypted_passthrough_test", content, &cl); film->set_encrypted(true); -- cgit v1.2.3