Skip to content

Commit 227df02

Browse files
committed
Rename Vulkan fixtures
1 parent 0c11d84 commit 227df02

6 files changed

Lines changed: 4 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

test/integration_test.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ defmodule Membrane.Transcoder.IntegrationTest do
8888
@tag :vulkan
8989
test "transcoder produces stable output for #{inspect(test_case.input_format)} -> H264 with native acceleration" do
9090
fixture_path =
91-
Path.join(@vk_fixtures_dir, "#{unquote(test_case.input_format) |> Module.split() |> List.last() |> String.downcase()}_to_h264.bin")
91+
Path.join(
92+
@vk_fixtures_dir,
93+
"#{unquote(test_case.input_format) |> Module.split() |> List.last() |> String.downcase()}_to_h264.h264"
94+
)
9295

9396
actual = run_transcoder_to_file(unquote(Macro.escape(test_case)), :if_available)
9497

0 commit comments

Comments
 (0)