summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/invidious/user/imports_spec.cr28
1 files changed, 15 insertions, 13 deletions
diff --git a/spec/invidious/user/imports_spec.cr b/spec/invidious/user/imports_spec.cr
index a1acc2c0..5a682ec5 100644
--- a/spec/invidious/user/imports_spec.cr
+++ b/spec/invidious/user/imports_spec.cr
@@ -32,18 +32,20 @@ Spectator.describe "Invidious::User::Imports" do
expect(subscriptions).to be_an(Array(String))
expect(subscriptions.size).to eq(13)
- expect(subscriptions).to contain("UC0hHW5Y08ggq-9kbrGgWj0A")
- expect(subscriptions).to contain("UC0vBXGSyV14uvJ4hECDOl0Q")
- expect(subscriptions).to contain("UC1sELGmy5jp5fQUugmuYlXQ")
- expect(subscriptions).to contain("UC9kFnwdCRrX7oTjqKd6-tiQ")
- expect(subscriptions).to contain("UCBa659QWEk1AI4Tg--mrJ2A")
- expect(subscriptions).to contain("UCGu6_XQ64rXPR6nuitMQE_A")
- expect(subscriptions).to contain("UCGwu0nbY2wSkW8N-cghnLpA")
- expect(subscriptions).to contain("UCQ0OvZ54pCFZwsKxbltg_tg")
- expect(subscriptions).to contain("UCRE6itj4Jte4manQEu3Y7OA")
- expect(subscriptions).to contain("UCRLc6zsv_d0OEBO8OOkz-DA")
- expect(subscriptions).to contain("UCSl5Uxu2LyaoAoMMGp6oTJA")
- expect(subscriptions).to contain("UCXuqSBlHAE6Xw-yeJA0Tunw")
- expect(subscriptions).to contain("UCZ5XnGb-3t7jCkXdawN2tkA")
+ expect(subscriptions).to contain_exactly(
+ "UC0hHW5Y08ggq-9kbrGgWj0A",
+ "UC0vBXGSyV14uvJ4hECDOl0Q",
+ "UC1sELGmy5jp5fQUugmuYlXQ",
+ "UC9kFnwdCRrX7oTjqKd6-tiQ",
+ "UCBa659QWEk1AI4Tg--mrJ2A",
+ "UCGu6_XQ64rXPR6nuitMQE_A",
+ "UCGwu0nbY2wSkW8N-cghnLpA",
+ "UCQ0OvZ54pCFZwsKxbltg_tg",
+ "UCRE6itj4Jte4manQEu3Y7OA",
+ "UCRLc6zsv_d0OEBO8OOkz-DA",
+ "UCSl5Uxu2LyaoAoMMGp6oTJA",
+ "UCXuqSBlHAE6Xw-yeJA0Tunw",
+ "UCZ5XnGb-3t7jCkXdawN2tkA",
+ ).in_order
end
end
4:45 +0200'>2021-07-12fix minor typosKotuklion 2021-07-12add Wikiless supportKotuklion 2021-07-11Italian translation fixunbranched Title fix 2021-07-10Add redirect for Norwegian Google TranslateTim Hårek Andreassen Signed-off-by: Tim Hårek Andreassen <tim@harek.dev> 2021-07-10Bump version & update dependencies.v1.1.48SimonBrazell 2021-07-10Closes #242: remove "new" tag from SimplyTranslate.SimonBrazell 2021-06-16Fixes #238SimonBrazell 2021-06-16Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell 2021-06-16Fixed license linkGaurang Tandon 2021-06-16Added reddit.artemislena.euFantasyCookie17 2021-06-12Only append autoplay parameter if necessarybopol