From 6520e590d79109c9ec0730a7ef54d6916b0f20d1 Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Thu, 17 Jul 2025 20:46:20 -0400 Subject: [PATCH] Fix BATS helper library paths in test file --- tests/parser.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/parser.bats b/tests/parser.bats index 267a685..1e1fd2c 100755 --- a/tests/parser.bats +++ b/tests/parser.bats @@ -1,9 +1,9 @@ #!/usr/bin/env bats # Load BATS helper libraries -load 'test_helper/bats-support/load' -load 'test_helper/bats-assert/load' -load 'test_helper/bats-file/load' +load 'tests/test_helper/bats-support/load' +load 'tests/test_helper/bats-assert/load' +load 'tests/test_helper/bats-file/load' # Simple test for parse_volume function @test "parse_volume should parse volume string correctly" {