Skip to content

Commit f4e44a8

Browse files
committed
Use a different version than 1.2.3 in the test.
Signed-off-by: dblock <dblock@dblock.org>
1 parent c0fee38 commit f4e44a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/opensearch/BuildTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public void testEqualsAndHashCode() {
179179
);
180180
assertNotEquals(build, differentSnapshot);
181181

182-
Build differentVersion = new Build(build.type(), build.hash(), build.date(), build.isSnapshot(), "1.2.3", build.getDistribution());
182+
Build differentVersion = new Build(build.type(), build.hash(), build.date(), build.isSnapshot(), "0.1.2", build.getDistribution());
183183
assertNotEquals(build, differentVersion);
184184
}
185185

0 commit comments

Comments
 (0)