Skip to content

Commit

Permalink
PALETTE: removed duplicated check
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jan 9, 2025
1 parent 035cbe0 commit f67ed18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/palette/tests/PaletteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ TEST_F(PaletteTest, testPaletteLookup) {
PaletteLookup pal;
core::RGBA rgba{0xffffffff};
EXPECT_EQ(0, pal.findClosestIndex(rgba));
EXPECT_EQ(0, pal.findClosestIndex(rgba));
}

TEST_F(PaletteTest, testGimpPalette) {
Expand Down

0 comments on commit f67ed18

Please sign in to comment.