Skip to content

Commit af5e1f9

Browse files
committed
chore: remove check for namespace in error structures
1 parent d5a8b67 commit af5e1f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smithy-typescript-codegen/src/test/java/software/amazon/smithy/typescript/codegen/StructureGeneratorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ private void testErrorStructureCodegen(String file, String expectedType) {
481481
String contents = testStructureCodegen(file, expectedType);
482482

483483
assertThat(contents, containsString("as __SmithyException"));
484-
assertThat(contents, containsString("namespace Err {"));
485484
}
486485

487486
@Test

0 commit comments

Comments
 (0)