Skip to content

Commit

Permalink
gs: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
onizmx committed Jun 10, 2024
1 parent ac5d7c2 commit f3987e9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pkg/gatewayserver/scheduling/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,26 +166,6 @@ func TestScheduleAtWithBandDutyCycle(t *testing.T) {
// Exceeding dwell time of 2 seconds.
ExpectedError: scheduling.ErrDwellTime,
},
{
PayloadSize: 16,
Settings: &ttnpb.TxSettings{
DataRate: &ttnpb.DataRate{
Modulation: &ttnpb.DataRate_Lora{
Lora: &ttnpb.LoRaDataRate{
Bandwidth: 125000,
SpreadingFactor: 7,
CodingRate: band.Cr4_5,
},
},
},
Frequency: 868100000,
Time: timestamppb.New(time.Unix(0, int64(1*time.Second))),
},
Priority: ttnpb.TxSchedulePriority_HIGHEST,
MedianRTT: durationPtr(200 * time.Millisecond),
ExpectedToa: 51456 * time.Microsecond,
ExpectedStarts: 1000000000 - 200000000/2,
},
{
SyncWithGatewayAbsolute: true,
PayloadSize: 16,
Expand Down

0 comments on commit f3987e9

Please sign in to comment.