mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(tests): update packet field names after campaign RE renaming
This commit is contained in:
@@ -102,8 +102,8 @@ func TestParseCoverage_VariableLength(t *testing.T) {
|
||||
if err := pkt.Parse(parsed, ctx); err != nil {
|
||||
t.Errorf("Parse() error: %v", err)
|
||||
}
|
||||
if len(pkt.Unk1) != 2 {
|
||||
t.Errorf("expected 2 items, got %d", len(pkt.Unk1))
|
||||
if len(pkt.RewardIDs) != 2 {
|
||||
t.Errorf("expected 2 items, got %d", len(pkt.RewardIDs))
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user