Skip to content

Commit 23a97d9

Browse files
committed
more coverage
1 parent 39fb03d commit 23a97d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal-api/src/test/groovy/datadog/trace/api/rum/RumInjectorTest.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class RumInjectorTest extends DDSpecification {
3838
!injector.isEnabled()
3939
injector.getMarker(UTF8) == null
4040
injector.getSnippet(UTF8) == null
41+
injector.getSnippet() == null
42+
injector.getMarker() == null
4143
}
4244

4345
void 'enabled injector'() {
@@ -56,5 +58,7 @@ class RumInjectorTest extends DDSpecification {
5658
injector.isEnabled()
5759
injector.getMarker(UTF8) != null
5860
injector.getSnippet(UTF8) != null
61+
injector.getSnippet() != null
62+
injector.getMarker() != null
5963
}
6064
}

0 commit comments

Comments
 (0)