Bnei-Baruch/mdb

View on GitHub
utils/gimatria_test.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function TestNumToHebrew has 76 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestNumToHebrew(t *testing.T) {
    vals := map[uint16]string{
        1:   "א",
        2:   "ב",
        3:   "ג",
Severity: Major
Found in utils/gimatria_test.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status