mirror of
https://github.com/foss42/apidash.git
synced 2025-12-11 15:49:48 +08:00
Testing ResponseModel
This commit is contained in:
@@ -13,4 +13,8 @@ void main() {
|
||||
test('Testing copyWith()', () {
|
||||
expect(kvRow1.copyWith(k: "winter", v: "26"), kvRow2Expected);
|
||||
});
|
||||
|
||||
test('Testing hashcode', () {
|
||||
expect(kvRow1.hashCode, greaterThan(0));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user