From 8db0610f17f5ccd390a309efaded6894559e3b72 Mon Sep 17 00:00:00 2001 From: Chris McGee Date: Sun, 7 Feb 2021 22:42:16 -0500 Subject: [PATCH] Fix syntax highlighting on test example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4837c0..540f5e1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Also, since the statement is static and has package visibility it can be used in an automated test environment with a database connection to drive different test cases for the SQL query directly. -``` +```java @Test public void testMyStatement() { Connection conn = ...