We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e591dcf commit b95b9e4Copy full SHA for b95b9e4
1 file changed
test/scripts/native-app-i18n.test.ts
@@ -53,7 +53,6 @@ describe("native app i18n inventory", () => {
53
expect(entries.some((entry) => entry.source === "$deviceModel · $appVersion")).toBe(true);
54
expect(entries.some((entry) => entry.source === "Approval command copied")).toBe(true);
55
expect(entries.some((entry) => entry.source === "Save Profile")).toBe(true);
56
- expect(entries.some((entry) => entry.source === "Pairing required")).toBe(true);
57
expect(entries.some((entry) => entry.source === "Mute")).toBe(true);
58
expect(entries.some((entry) => entry.source === "Creating...")).toBe(true);
59
expect(entries.some((entry) => entry.source === "Permission required")).toBe(true);
0 commit comments