File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ require (
19
19
github.com/oklog/ulid/v2 v2.1.0 // indirect
20
20
)
21
21
22
- replace github.com/markus-wa/demoinfocs-golang/v4 v4.3.4 => github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250519000310-e55c4eaa5aaf
22
+ replace github.com/markus-wa/demoinfocs-golang/v4 v4.3.4 => github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250721101400-7473390fa046
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
8
8
github.com/golang/snappy v1.0.0 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
9
9
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
10
10
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
11
- github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250519000310-e55c4eaa5aaf h1:n8ZdbwRKRP0O7WEtPLx5XoRLZxC8nqyWHFL1ojAthTo =
12
- github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250519000310-e55c4eaa5aaf /go.mod h1:SfgbMznZREy98M7EjzkIPxEpZPVpbX/f9tVGSTJF3WU =
11
+ github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250721101400-7473390fa046 h1:OWJpmzjNPmseU5cGA0FRgmgElxZO5Fcu55Aj9bOF7W0 =
12
+ github.com/markus-wa/demoinfocs-golang/v4 v4.3.4-0.20250721101400-7473390fa046 /go.mod h1:SfgbMznZREy98M7EjzkIPxEpZPVpbX/f9tVGSTJF3WU =
13
13
github.com/markus-wa/go-unassert v0.1.3 h1:4N2fPLUS3929Rmkv94jbWskjsLiyNT2yQpCulTFFWfM =
14
14
github.com/markus-wa/go-unassert v0.1.3 /go.mod h1:/pqt7a0LRmdsRNYQ2nU3SGrXfw3bLXrvIkakY/6jpPY =
15
15
github.com/markus-wa/gobitread v0.2.4 h1:BDr3dZnsqntDD4D8E7DzhkQlASIkQdfxCXLhWcI2K5A =
Original file line number Diff line number Diff line change @@ -502,13 +502,11 @@ func TestEbot_Monte_VS_OG_Roobet_Cup_2023_Anubis(t *testing.T) {
502
502
UtilityDamage : 97 ,
503
503
},
504
504
{
505
- SteamID64 : 76561198252434500 ,
506
- Name : "F1KU" ,
507
- KillCount : 14 ,
508
- AssistCount : 8 ,
509
- // It should be 18 because during the round 10 F1KU has been killed by sdy with a molotov but CS2 detected
510
- // it as a suicide from F1KU. The kill event contains only the victim.
511
- DeathCount : 17 ,
505
+ SteamID64 : 76561198252434500 ,
506
+ Name : "F1KU" ,
507
+ KillCount : 14 ,
508
+ AssistCount : 8 ,
509
+ DeathCount : 18 ,
512
510
Score : 36 ,
513
511
Team : match .TeamA ,
514
512
HeadshotCount : 6 ,
@@ -576,11 +574,9 @@ func TestEbot_Monte_VS_OG_Roobet_Cup_2023_Anubis(t *testing.T) {
576
574
UtilityDamage : 111 ,
577
575
},
578
576
{
579
- SteamID64 : 76561198040577200 ,
580
- Name : "sdy" ,
581
- // It should be 14 because during the round 10 sdy killed F1KU with a molotov but CS2 detected it as a
582
- // suicide from F1KU. The kill event contains only the victim.
583
- KillCount : 13 ,
577
+ SteamID64 : 76561198040577200 ,
578
+ Name : "sdy" ,
579
+ KillCount : 14 ,
584
580
AssistCount : 8 ,
585
581
DeathCount : 14 ,
586
582
Score : 49 ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments