File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ func TestSimulatePreRaidNoBuffs(t *testing.T) {
135
135
Gear : preRaidGear ,
136
136
AgentType : AGENT_TYPE_ADAPTIVE ,
137
137
138
- ExpectedDpsShort : 868.5 ,
139
- ExpectedDpsLong : 271 ,
138
+ ExpectedDpsShort : 867 ,
139
+ ExpectedDpsLong : 277 ,
140
140
})
141
141
}
142
142
@@ -150,7 +150,7 @@ func TestSimulatePreRaid(t *testing.T) {
150
150
AgentType : AGENT_TYPE_ADAPTIVE ,
151
151
152
152
ExpectedDpsShort : 1406 ,
153
- ExpectedDpsLong : 1032 ,
153
+ ExpectedDpsLong : 1017 ,
154
154
})
155
155
}
156
156
@@ -164,7 +164,7 @@ func TestSimulateP1(t *testing.T) {
164
164
AgentType : AGENT_TYPE_ADAPTIVE ,
165
165
166
166
ExpectedDpsShort : 1539.5 ,
167
- ExpectedDpsLong : 1238 ,
167
+ ExpectedDpsLong : 1359 ,
168
168
})
169
169
}
170
170
@@ -180,7 +180,7 @@ func TestMultiTarget(t *testing.T) {
180
180
},
181
181
AGENT_TYPE_ADAPTIVE ),
182
182
p1Gear ,
183
- 1372 )
183
+ 1678.5 )
184
184
}
185
185
186
186
func TestLBOnlyAgent (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ <h4>Standard Elemental Build</h4>
288
288
< div id ="pullout ">
289
289
< div class ="dtl " style ="height:100%;width:100%;padding:10px ">
290
290
< div id ="themetoggle " style ="height:20px; bottom: 10px; cursor: pointer; " onclick ="toggletheme() ">
291
- < text > v1.1.12 </ text >
291
+ < text > v1.1.13 </ text >
292
292
< img id ="themebulb " style ="height: 20px; width: 20px " src ="icons/light-bulb.svg "> </ img >
293
293
</ div >
294
294
< div style ="margin-top:10px ">
You can’t perform that action at this time.
0 commit comments