Commit a67d4dd
committed
fix: update MarketplaceViewStateManager test to match default isFetching state
The test was expecting isFetching to be false in the default state, but the implementation correctly initializes it as true to show a loading state on initial load. Updated the test expectation to match the actual behavior.1 parent 2f30af0 commit a67d4dd
File tree
1 file changed
+1
-1
lines changed- webview-ui/src/components/marketplace/__tests__
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments