Skip to content

Commit

Permalink
undo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Dec 9, 2024
1 parent 28a36ab commit ef7b5d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private ResponsiveTopologyTestDriver(
) {
super(
topology,
injectTestDriverProps(config, topology.describe(), cassandraClient),
testDriverProps(config, topology.describe(), cassandraClient),
initialWallClockTime
);
this.client = cassandraClient;
Expand All @@ -160,7 +160,7 @@ protected <K, V> void pipeRecord(
flush();
}

private static Properties injectTestDriverProps(
private static Properties testDriverProps(
final Properties baseProps,
final TopologyDescription topologyDescription,
final TTDCassandraClient client
Expand Down

0 comments on commit ef7b5d6

Please sign in to comment.