Skip to content

Commit 77237f7

Browse files
committed
Remove unintended space
1 parent f433550 commit 77237f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/nordstrom/common/jdbc/DatabaseUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void updateRows() {
8080
DatabaseUtils.update(TestQuery.UPDATE, 300, "Lakeshore Ave.", 180);
8181
}
8282

83-
@Test(dependsOnMethods= {"updateRows"})
83+
@Test(dependsOnMethods={"updateRows"})
8484
public void showAddresses() {
8585
try {
8686
DatabaseUtils.update(TestQuery.SHOW_ADDRESSES);

0 commit comments

Comments
 (0)