Skip to content

Commit bd44e74

Browse files
grantkurtisvg
andauthored
Update functions/snippets/src/test/java/SnippetsTests.java
Co-Authored-By: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
1 parent aba56bc commit bd44e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/snippets/src/test/java/SnippetsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public void filesTest() throws IOException {
187187
public void logEntry() throws IOException {
188188
LogEntry.PubSubMessage message = gson.fromJson("{\"data\":\"data\",\"messageId\":\"id\"}", LogEntry.PubSubMessage.class);
189189
new LogEntry().helloPubSub(message);
190-
// assertThat(responseOut.toString(), containsString("Hello, data"));
190+
assertThat(responseOut.toString(), containsString("Hello, data"));
191191
}
192192

193193
@Test

0 commit comments

Comments
 (0)