Skip to content

Commit 7546d16

Browse files
committed
update
1 parent 6b57a3f commit 7546d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QRCoderTests/QRGeneratorTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public void validate_antilogtable()
2121
var gen = new QRCodeGenerator();
2222

2323
var checkString = string.Empty;
24-
// Access the Tables class directly through reflection
2524
var tablesType = Type.GetType("QRCoder.QRCodeGenerator+Tables, QRCoder");
2625
var gField = tablesType.GetField("GaloisFieldByExponentAlpha", BindingFlags.Public | BindingFlags.Static).GetValue(null).ShouldBeOfType<int[]>();
2726
gField.Length.ShouldBe(256);

0 commit comments

Comments
 (0)