Skip to content

Commit 9136456

Browse files
fix: update DisplayMode import in PulsarSettingsTest to match relocated class
The DisplayMode class was moved from ai.platon.pulsar.browser.common to ai.platon.pulsar.api.model, but the test still imported the old package. This caused 7/12 tests to fail with AssertionFailedError comparing two different DisplayMode enum types. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6aff7f7 commit 9136456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulsar-core/pulsar-skeleton/src/test/kotlin/ai/platon/pulsar/skeleton/PulsarSettingsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ai.platon.pulsar.skeleton
22

33
import ai.platon.pulsar.api.InteractSettings
4-
import ai.platon.pulsar.browser.common.DisplayMode
4+
import ai.platon.pulsar.api.model.DisplayMode
55
import ai.platon.pulsar.common.browser.InteractLevel
66
import org.junit.jupiter.api.Assertions.assertEquals
77
import org.junit.jupiter.api.Assertions.assertNull

0 commit comments

Comments
 (0)