Commit adc35f5
committed
fix: update test to expect translation key instead of translated string
The test was expecting the actual translated message but since t() is mocked
to return the key, it should expect the translation key instead.1 parent c76b725 commit adc35f5
File tree
1 file changed
+2
-2
lines changed- src/core/webview/__tests__
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments