Skip to content

Commit

Permalink
Update DyBaseTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 2, 2014
1 parent 70bb0f4 commit 356a5a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/com/thindeck/dynamo/DyBaseTest.java
Expand Up @@ -92,10 +92,10 @@ private static Region region(final URN urn)
new String[] {DyUser.ATTR_URN},
new String[0]
).with(
DyTxn.TBL,
new String[] {DyTxn.ATTR_ID},
new String[0]
)
DyTxn.TBL,
new String[] {DyTxn.ATTR_ID},
new String[0]
)
);
region.table(DyUser.TBL)
.put(new Attributes().with(DyUser.ATTR_URN, urn));
Expand Down

0 comments on commit 356a5a3

Please sign in to comment.