Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7240 - fix speling
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jul 15, 2024
1 parent 8ab1cfc commit 0bb9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/svs/doido/mongo/dto/MongoServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class MongoServerTest {
void testGetterSetterName() {
MongoServer a = new MongoServer("Server 1","mongodb://mongodb-2.mongo-svc:27017/replicaSet=rs0&directConnection=false");
MongoServer b = new MongoServer("Server 1","mongodb://mongodb-2.mongo-svc:27017/replicaSet=rs0&directConnection=false");
assertEquals(1,a.equasl(b));
assertEquals(1,a.equals(b));
}
}

0 comments on commit 0bb9f5a

Please sign in to comment.