From dd7ed3010ddc1425ce062350fe478f2986678cc6 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Thu, 9 May 2024 00:33:56 +0200 Subject: [PATCH] Specs changed. --- spec/test.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test.cr b/spec/test.cr index 852897e..cb26ab6 100644 --- a/spec/test.cr +++ b/spec/test.cr @@ -267,7 +267,7 @@ describe "DODB::DataBase" do .should be_true # There shouldn’t be one in our data about WWII Japanese warships… - db_ships_by_tags.get("starship").should eq([] of Ship) + db_ships_by_tags.get?("starship").should eq nil end it "properly removes tags" do