func TestGetStandard(t *testing.T) {
    // Setup map
    m := newStandards()
    // Get nil component.
    standard, found := m.get("test")