| Index: test/hmac_sha256_test.dart
|
| diff --git a/test/hmac_sha256_test.dart b/test/hmac_sha256_test.dart
|
| index f2a7768b91811ff27d3ff596cc75120d75e5f24b..492dced0be7de8e52f105a65e5de6fb187cd5285 100644
|
| --- a/test/hmac_sha256_test.dart
|
| +++ b/test/hmac_sha256_test.dart
|
| @@ -12,8 +12,8 @@ part 'hmac_sha256_test_vectors.dart';
|
|
|
| void main() {
|
| test('standard vectors', () {
|
| - _testStandardVectors(hmac_sha256_inputs, hmac_sha256_keys,
|
| - hmac_sha256_macs);
|
| + _testStandardVectors(
|
| + hmac_sha256_inputs, hmac_sha256_keys, hmac_sha256_macs);
|
| });
|
| }
|
|
|
|
|