diff --git a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java index b79ba49b2..f4acc3120 100644 --- a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java +++ b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java @@ -151,7 +151,7 @@ public class ITBigQueryTest { private static final Field TIMESTAMP_FIELD_SCHEMA = Field.newBuilder("TimestampField", LegacySQLTypeName.TIMESTAMP) .setMode(Field.Mode.NULLABLE) - .setDescription("OPTIONS(description=\"An optional INTEGER field\")") + .setDescription("TimestampDescription") .build(); private static final Field STRING_FIELD_SCHEMA = Field.newBuilder("StringField", LegacySQLTypeName.STRING)