Skip to content

Commit 610cc75

Browse files
author
Varun Rathore
committed
resolved comments
1 parent 1678a12 commit 610cc75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/google/firebase/remoteconfig/TemplateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void testConstructorWithETag() {
107107
}
108108

109109
@Test(expected = NullPointerException.class)
110-
public void testConstructorWithNullTemplateResponse() throws FirebaseRemoteConfigException{
110+
public void testConstructorWithNullTemplateResponse() throws FirebaseRemoteConfigException {
111111
new Template((TemplateResponse) null);
112112
}
113113

0 commit comments

Comments
 (0)