Skip to content

Commit

Permalink
fixed finishing of execution of test with qos test
Browse files Browse the repository at this point in the history
  • Loading branch information
xcadrik committed Apr 27, 2023
1 parent e04cdc9 commit 74c5716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/at/specure/test/TestControllerImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class TestControllerImpl(

private fun handleQoSEnd(client: RMBTClient, clientCallback: RMBTClientCallback) {
setState(MeasurementState.FINISH, 0)
clientCallback.onTestCompleted(client.totalTestResult, true)
clientCallback.onTestCompleted(client.totalTestResult, false)
_testUUID = null
}

Expand Down

0 comments on commit 74c5716

Please sign in to comment.