We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9129b8 commit 644e55dCopy full SHA for 644e55d
1 file changed
smithy-model/src/test/java/software/amazon/smithy/model/loader/TaggedStringLiteralTest.java
@@ -5,7 +5,6 @@
5
package software.amazon.smithy.model.loader;
6
7
import static org.hamcrest.MatcherAssert.assertThat;
8
-import static org.hamcrest.Matchers.containsString;
9
import static org.hamcrest.Matchers.equalTo;
10
import static org.hamcrest.Matchers.is;
11
import static org.junit.jupiter.api.Assertions.assertThrows;
@@ -292,7 +291,7 @@ public void hasHandlerReturnsFalseForUnknown() {
292
291
assertThat(TaggedStringLiteral.hasHandler("unknown"), is(false));
293
}
294
295
-` // --- Helpers ---
+ // --- Helpers ---
296
297
private static String base64(String s) {
298
return Base64.getEncoder().encodeToString(s.getBytes(StandardCharsets.UTF_8));
0 commit comments