Skip to content

Commit

Permalink
Move more fixtures to testdata/
Browse files Browse the repository at this point in the history
  • Loading branch information
oz committed Oct 25, 2024
1 parent 5ae5e74 commit c486a23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

func TestConfigKeysDuplicated(t *testing.T) {
tomlPath := "./config_test_keys_dup.toml"
tomlPath := "./testdata/config/config_test_keys_dup.toml"
_, err := LoadConfig(tomlPath, nil)
if err == nil {
t.Errorf("Expected error while reading %s, but didn’t get one", tomlPath)
Expand Down
File renamed without changes.

0 comments on commit c486a23

Please sign in to comment.