Skip to content

Commit e330aad

Browse files
committed
fix test
1 parent 0c5cd95 commit e330aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/common/equipment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestEquipment_AmmoReserve_Grenade(t *testing.T) {
120120
isNil: true,
121121
},
122122
{
123-
propName: "LocalWeaponData.m_iPrimaryAmmoType",
123+
propName: "m_iPrimaryReserveAmmoCount",
124124
value: st.PropertyValue{Any: int32(1)},
125125
isNil: false,
126126
},

0 commit comments

Comments
 (0)