mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-05 21:05:07 +08:00
fix: test
This commit is contained in:
parent
f27f0e4ba1
commit
ea71bb6e93
@ -151,7 +151,7 @@ void main() {
|
||||
r.map(
|
||||
remote: (rp) {
|
||||
expect(rp.subInfo, isNotNull);
|
||||
expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold));
|
||||
expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold + 1));
|
||||
expect(
|
||||
rp.subInfo!.expire,
|
||||
equals(DateTime.fromMillisecondsSinceEpoch(ProfileParser.infiniteTimeThreshold * 1000)),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user