Skip to content

Commit fc2b14b

Browse files
committed
fixed junit test
1 parent 5896903 commit fc2b14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/simplejavamail/util/ConfigLoaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void loadPropertiesFromObjectProperties()
253253
throws IOException {
254254
Properties source = new Properties();
255255
source.put("simplejavamail.javaxmail.debug", true);
256-
source.put("simplejavamail.transportstrategy", "SMTP_SSL");
256+
source.put("simplejavamail.transportstrategy", TransportStrategy.SMTP_SSL);
257257
source.put("simplejavamail.smtp.host", "smtp.default.com");
258258
source.put("simplejavamail.smtp.port", 25);
259259
source.put("simplejavamail.smtp.username", "username");

0 commit comments

Comments
 (0)