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

Commit

Permalink
BC-7234 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 22, 2024
1 parent 800ba80 commit e9bc806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/svs/doido/mongo/dto/ConfigmapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void testGetterSetterUri() {
@Test
void testGetterSetterUriFail() {
Configmap c = new Configmap();
String uri = "proto://foo.bar.com/";
String uri = "proto:foo.bar.com/";
c.setUri(uri);
assertEquals("", c.getUri());
}
Expand Down

0 comments on commit e9bc806

Please sign in to comment.