Skip to content

Commit

Permalink
test: DbUpdateLongTest.updateLongFromInt(): remove Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Apr 12, 2024
1 parent bd1aeda commit bba4150
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import java.io.IOException;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;

Expand Down Expand Up @@ -65,7 +64,6 @@ private static void insertTable(int size) throws IOException, InterruptedExcepti
}

@Test
@Disabled // TODO remove Disabled. intからbigintへセットするupdateがおかしい
void updateLongFromInt() throws Exception {
var sql = "update " + TEST + " set long_value = int_value";

Expand Down

0 comments on commit bba4150

Please sign in to comment.