Fix BATS helper library paths in test file
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user