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
Frank Moreno
2020-10-17 12:44:05 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec6d72356e95dc0eee46da448050ca1a959bbcc0
ec6d7235
1 parent
444141fe
removing print in tests
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
test/src/extensions/dynamic_extensions_test.dart
test/src/extensions/dynamic_extensions_test.dart
View file @
ec6d723
...
...
@@ -73,7 +73,6 @@ void main() {
var
expected
=
''
;
void
logFunction
(
String
prefix
,
dynamic
value
,
String
info
,
{
bool
isError
=
false
})
{
print
(
'algo'
);
expected
=
'
$prefix
$value
$info
'
.
trim
();
}
...
...
Please
register
or
login
to post a comment