Skip to content

Commit

Permalink
Fix incorrect test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Nov 6, 2024
1 parent f154b9b commit 3c2a5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/premis/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestConfig(t *testing.T) {
},
},
{
name: "Fails validation (missing XmlPath)",
name: "Fails validation (missing XSD path)",
config: &premis.Config{
Enabled: true,
},
Expand Down

0 comments on commit 3c2a5f4

Please sign in to comment.