mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Update history_models_test.dart
This commit is contained in:
@@ -75,13 +75,5 @@ void main() {
|
||||
expect(historyRequestModel.httpRequestModel, httpRequestModelGet4);
|
||||
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