We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2d5aa commit 8ead132Copy full SHA for 8ead132
1 file changed
query-builder/src/test/java/com/datastax/oss/driver/api/querybuilder/relation/TermTest.java
@@ -116,7 +116,7 @@ public void should_generate_literal_terms() {
116
117
@Test
118
public void should_fail_when_no_codec_for_literal() {
119
- assertThatThrownBy(() -> literal(new Date(2018, 10, 10)))
+ assertThatThrownBy(() -> literal(new Date(1234)))
120
.isInstanceOf(IllegalArgumentException.class)
121
.hasMessage(
122
"Could not inline literal of type java.util.Date. "
0 commit comments