Test cases added.

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
This commit is contained in:
Christoph Fiehe
2024-10-10 13:49:17 +02:00
committed by André Roth
parent 14c29ff912
commit 3057aed571
16 changed files with 238 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func aptlyPublishSourceList(cmd *commander.Command, args []string) error {
}
if published.Revision == nil {
return fmt.Errorf("unable to list: No source changes exist")
return fmt.Errorf("unable to list: no source changes exist")
}
jsonFlag := cmd.Flag.Lookup("json").Value.Get().(bool)