Skip to content

Commit 3a122f9

Browse files
committed
chore: Fix failing tests
1 parent 5e3f4ef commit 3a122f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ func TestCopyOneLibrary(t *testing.T) {
584584
},
585585
},
586586
{
587-
name: "invalid foo",
587+
name: "invalid src",
588588
dst: os.TempDir(),
589589
src: "/invalid-path",
590590
library: &config.LibraryState{

0 commit comments

Comments
 (0)