Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Grant Slender
2021-11-02 08:38:33 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1e73bc43aa59cf7ef1a5394139a7aa0f23507978
1e73bc43
1 parent
3d539880
Rx.trigger-fires-twice-fix update test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/rx/rx_workers_test.dart
test/rx/rx_workers_test.dart
View file @
1e73bc4
...
...
@@ -125,7 +125,7 @@ void main() {
reactiveInteger
.
trigger
(
3
);
// then repeat twice
reactiveInteger
.
trigger
(
3
);
reactiveInteger
.
trigger
(
3
);
reactiveInteger
.
trigger
(
1
);
await
Future
.
delayed
(
Duration
(
milliseconds:
100
));
expect
(
3
,
timesCalled
);
...
...
Please
register
or
login
to post a comment