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