Skip to content

Commit

Permalink
Rename a test class according to the tested class
Browse files Browse the repository at this point in the history
Fixes: SE-13745
  • Loading branch information
jmuscireum committed Nov 18, 2024
1 parent 7efab2b commit 6e9c2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlin.test.assertEquals
* Tests the [InlineSvgResourceMacro].
*/
@ExtendWith(SiriusExtension::class)
class InlineSvgMacroTest {
class InlineSvgResourceMacroTest {

@Test
fun `InlineSVG excludes the XML declaration`() {
Expand Down

0 comments on commit 6e9c2fd

Please sign in to comment.