1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add unit tests for export

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2021-10-27 10:50:42 +01:00
parent 96aac387c9
commit eb69083ef5
14 changed files with 405 additions and 2 deletions

View File

@@ -113,8 +113,8 @@ func printExport(export interface{}) error {
if err != nil {
return err
}
fmt.Println("---")
fmt.Println(resourceToString(data))
rootCmd.Println("---")
rootCmd.Println(resourceToString(data))
return nil
}