Commit 9136456
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments