missed some protoTalker conversions
This commit is contained in:
parent
491d972a4b
commit
ecc70606a9
@ -123,7 +123,9 @@ func TestProbeResultType(t *testing.T) {
|
|||||||
}
|
}
|
||||||
p1 := player{
|
p1 := player{
|
||||||
Robots: []*Robot{&r1},
|
Robots: []*Robot{&r1},
|
||||||
|
protoTalker: protoTalker{
|
||||||
Id: "bilbo",
|
Id: "bilbo",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
r2 := Robot{
|
r2 := Robot{
|
||||||
@ -133,7 +135,9 @@ func TestProbeResultType(t *testing.T) {
|
|||||||
}
|
}
|
||||||
p2 := player{
|
p2 := player{
|
||||||
Robots: []*Robot{&r2},
|
Robots: []*Robot{&r2},
|
||||||
|
protoTalker: protoTalker{
|
||||||
Id: "Frodo",
|
Id: "Frodo",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
g.players[&p1] = true
|
g.players[&p1] = true
|
||||||
|
Loading…
Reference in New Issue
Block a user