Skip to content

Commit 069e4a1

Browse files
committed
Cleanup SvgQRCodeRendererTests
1 parent 6d5bce0 commit 069e4a1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

QRCoderTests/SvgQRCodeRendererTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ namespace QRCoderTests
1414

1515
public class SvgQRCodeRendererTests
1616
{
17-
private string GetAssemblyPath()
18-
{
19-
return
20-
#if NET5_0
21-
AppDomain.CurrentDomain.BaseDirectory;
22-
#else
23-
Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().CodeBase).Replace("file:\\", "");
24-
#endif
25-
}
26-
2717
[Fact]
2818
[Category("QRRenderer/SvgQRCode")]
2919
public void can_render_svg_qrcode_simple()

0 commit comments

Comments
 (0)