Skip to content

Commit

Permalink
influxdb-java-182 Allow write precision of TimeUnit other than Nanose…
Browse files Browse the repository at this point in the history
…conds

fix merge errors
  • Loading branch information
Joël Marty committed Jun 13, 2017
1 parent 514998b commit da2e1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/influxdb/InfluxDBTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ public void testWriteRecordsWithPrecision() throws Exception {
this.influxDB.deleteDatabase(dbName);
}

/**
* Test writing multiple separate records to the database using string protocol with simpler interface.
*/
@Test
Expand Down

0 comments on commit da2e1b9

Please sign in to comment.