Skip to content

Commit 3cb795b

Browse files
committed
Deleted Unused Code
1 parent f13b093 commit 3cb795b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sdk1/src/test/java/com/amazonaws/services/dynamodbv2/datamodeling/internal/AttributeValueMarshallerTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,6 @@ public void testSimpleMapWithNull() {
273273
String permutation2 = common + " {M: {NullKeyValue=null, KeyValue={S: ValueValue,}},}";
274274
boolean flag = ((permutation1.equals(npeMessage)) || (permutation2.equals(npeMessage)));
275275
Assert.assertTrue(flag);
276-
/**
277-
Assert.assertEquals(
278-
"Encountered null map value for key NullKeyValue while marshalling attribute value {M: {KeyValue={S: ValueValue,}, NullKeyValue=null},}",
279-
npe.getMessage());
280-
*/
281276
}
282277
}
283278

0 commit comments

Comments
 (0)