(Chore): Updated the unit test to reflect the changes in types.go
This commit is contained in:
@@ -14,6 +14,7 @@ func TestArchiveTypeConstants(t *testing.T) {
|
|||||||
{"TARGZ type", TARGZ, "TAR.GZ"},
|
{"TARGZ type", TARGZ, "TAR.GZ"},
|
||||||
{"TAR type", TAR, "TAR"},
|
{"TAR type", TAR, "TAR"},
|
||||||
{"GZIP type", GZIP, "GZIP"},
|
{"GZIP type", GZIP, "GZIP"},
|
||||||
|
{"RAR type", RAR, "RAR"},
|
||||||
{"AUTO type", AUTO, "AUTO"},
|
{"AUTO type", AUTO, "AUTO"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user