Improve code readability #1
+ Improved tests readability of common_utils_test.go + Fixed minor typos
This commit is contained in:
parent
8cd3ed2127
commit
68636d5e64
8 changed files with 167 additions and 123 deletions
|
|
@ -29,7 +29,7 @@ func TestGetFileExtension(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
func TestErrorInGetExcensionFile(t *testing.T) {
|
||||
func TestErrorInGetExtensionFile(t *testing.T) {
|
||||
|
||||
result, err := getFileExtension("test")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue