You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if intTrue == expectedTrue && intFalse == expectedFalse {
t.Log("Successfully converted a bool value to its int representation")
return
}
t.Errorf("Failed converting a bool value to its int representation (got: true=%d/false=%d, expected: true=%d/false=%d)", intTrue, intFalse, expectedTrue, expectedFalse)