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