Skip to content

Commit b63e847

Browse files
committed
add test
1 parent 4898a1f commit b63e847

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.google.firebase;
2+
3+
import static com.google.common.truth.Truth.assertThat;
4+
5+
import org.junit.Test;
6+
7+
public class VersionGenerationTest {
8+
9+
@Test
10+
public void isVersionGenerated_shouldNotBeEmpty() {
11+
assertThat(BuildConfig.VERSION_NAME).isNotEmpty();
12+
}
13+
14+
}

0 commit comments

Comments
 (0)