Skip to content

Commit

Permalink
Fix api approvals to eliminate sample 'testme' method
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 26, 2024
1 parent e12a695 commit d0852a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ namespace QRCoder
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
") { }
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
public void Testme() { }
}
public static class AsciiQRCodeHelper
{
Expand Down
1 change: 0 additions & 1 deletion QRCoderApiTests/net60-windows/QRCoder.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ namespace QRCoder
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
") { }
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
public void Testme() { }
}
public static class AsciiQRCodeHelper
{
Expand Down
1 change: 0 additions & 1 deletion QRCoderApiTests/net60/QRCoder.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace QRCoder
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
") { }
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
public void Testme() { }
}
public static class AsciiQRCodeHelper
{
Expand Down
1 change: 0 additions & 1 deletion QRCoderApiTests/netstandard13/QRCoder.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace QRCoder
public string GetGraphicSmall(bool drawQuietZones = true, bool invert = false, string endOfLine = "
") { }
public string[] GetLineByLineGraphic(int repeatPerModule, string darkColorString = "██", string whiteSpaceString = " ", bool drawQuietZones = true) { }
public void Testme() { }
}
public static class AsciiQRCodeHelper
{
Expand Down

0 comments on commit d0852a5

Please sign in to comment.