diff --git a/packages/devtools_app/benchmark/devtools_benchmarks_test.dart b/packages/devtools_app/benchmark/devtools_benchmarks_test.dart index 3a2f8ee0f47..b39a93fc12c 100644 --- a/packages/devtools_app/benchmark/devtools_benchmarks_test.dart +++ b/packages/devtools_app/benchmark/devtools_benchmarks_test.dart @@ -31,7 +31,7 @@ final valueList = [ void main() { for (final useWasm in [true, false]) { test( - 'Can run web benchmarks with ${useWasm ? 'JS' : 'WASM'}', + 'Can run web benchmarks with ${useWasm ? 'WASM' : 'JS'}', () async { await _runBenchmarks(useWasm: useWasm); },