(t *testing.T)
| 1490 | } |
| 1491 | |
| 1492 | func TestAutoUpdateDefaults(t *testing.T) { testAutoUpdateDefaults(t, false) } |
| 1493 | func TestAutoUpdateDefaults_cap(t *testing.T) { testAutoUpdateDefaults(t, true) } |
| 1494 | |
| 1495 | // useCap is whether to use NodeAttrDefaultAutoUpdate (as opposed to the old |
nothing calls this directly
no test coverage detected
searching dependent graphs…