commit | 6e7c49de1e503867064e5620cb804ccb77ca3c00 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Mon Jun 17 14:49:21 2024 -0700 |
committer | Patrick Rohr <prohr@google.com> | Fri Jun 21 08:25:25 2024 -0700 |
tree | d848a4c2535a6c4a30f8fd1435eeb02f4c54e57b | |
parent | aa06b2bf8e910089b2544ccbb96da4d05dd88228 [diff] |
Fix typo in SyncStateMachineTest Test: TH Change-Id: Ibeea98446135e16b8ce9f63e0651075b3c109669
diff --git a/staticlibs/tests/unit/src/com/android/net/module/util/SyncStateMachineTest.kt b/staticlibs/tests/unit/src/com/android/net/module/util/SyncStateMachineTest.kt index 5fe962b..d534054 100644 --- a/staticlibs/tests/unit/src/com/android/net/module/util/SyncStateMachineTest.kt +++ b/staticlibs/tests/unit/src/com/android/net/module/util/SyncStateMachineTest.kt
@@ -45,7 +45,7 @@ @RunWith(AndroidJUnit4::class) @SmallTest -class SynStateMachineTest { +class SyncStateMachineTest { private val mState1 = spy(object : TestState(MSG_1) {}) private val mState2 = spy(object : TestState(MSG_2) {}) private val mState3 = spy(object : TestState(MSG_3) {})