Skip to content

Commit d0852a5

Browse files
committed
Fix api approvals to eliminate sample 'testme' method
1 parent e12a695 commit d0852a5

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

QRCoderApiTests/net35+net40+net50+net50-windows+netstandard20/QRCoder.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ namespace QRCoder
5555
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
5656
") { }
5757
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
58-
public void Testme() { }
5958
}
6059
public static class AsciiQRCodeHelper
6160
{

QRCoderApiTests/net60-windows/QRCoder.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ namespace QRCoder
5757
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
5858
") { }
5959
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
60-
public void Testme() { }
6160
}
6261
public static class AsciiQRCodeHelper
6362
{

QRCoderApiTests/net60/QRCoder.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace QRCoder
1717
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
1818
") { }
1919
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
20-
public void Testme() { }
2120
}
2221
public static class AsciiQRCodeHelper
2322
{

QRCoderApiTests/netstandard13/QRCoder.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace QRCoder
1717
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
1818
") { }
1919
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
20-
public void Testme() { }
2120
}
2221
public static class AsciiQRCodeHelper
2322
{

0 commit comments

Comments
 (0)