(t *testing.T)
| 359 | } |
| 360 | |
| 361 | func TestLabelNotificationDetails(t *testing.T) { |
| 362 | t.Parallel() |
| 363 | label := LabelNotificationDetails() |
| 364 | assert.Equal(t, IntegrityUntrusted, label.Integrity) |
| 365 | assert.Equal(t, ConfidentialityPrivate, label.Confidentiality) |
| 366 | } |
nothing calls this directly
no test coverage detected