mirror of
https://github.com/jwetzell/bmip10-go.git
synced 2026-09-10 16:49:39 +00:00
restructure config struct
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func TestBMIP10Setup(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, testCase := range tests {
|
||||
actual := SetupBMIP10(testCase.sampleBits, testCase.codedBits)
|
||||
actual := setupBMIP10(testCase.sampleBits, testCase.codedBits)
|
||||
|
||||
if !reflect.DeepEqual(actual, &testCase.expected) {
|
||||
t.Errorf("Test '%s' failed to setup config properly", testCase.description)
|
||||
|
||||
Reference in New Issue
Block a user