Skip to content

Commit

Permalink
bumped coverage
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <[email protected]>
  • Loading branch information
daveshanley committed Feb 20, 2024
1 parent f32dd87 commit 04f5514
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datamodel/low/extraction_functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2171,3 +2171,8 @@ func TestValueToString(t *testing.T) {
})
}
}

func TestExtractExtensions_Nill(t *testing.T) {
err := ExtractExtensions(nil)
assert.Nil(t, err)
}

0 comments on commit 04f5514

Please sign in to comment.