mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Update history_models_test.dart
This commit is contained in:
@@ -75,13 +75,5 @@ void main() {
|
|||||||
expect(historyRequestModel.httpRequestModel, httpRequestModelGet4);
|
expect(historyRequestModel.httpRequestModel, httpRequestModelGet4);
|
||||||
expect(historyRequestModel.httpResponseModel, responseModel);
|
expect(historyRequestModel.httpResponseModel, responseModel);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Testing HistoryRequestModel getters", () {
|
|
||||||
var historyRequestModel = historyRequestModel3;
|
|
||||||
expect(historyRequestModel.historyId, 'historyId3');
|
|
||||||
expect(historyRequestModel.metaData, historyMetaModel3);
|
|
||||||
expect(historyRequestModel.httpRequestModel, httpRequestModelOptions1);
|
|
||||||
expect(historyRequestModel.httpResponseModel, responseModel);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user