mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: Typo in classname (#1086)
This commit is contained in:
committed by
Rob Bygrave
parent
38a95dc5c4
commit
591067e39e
+1
-1
@@ -9,7 +9,7 @@ import org.tests.model.basic.ListAttributeValue;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestDuplcateKeyException extends BaseTestCase {
|
||||
public class TestDuplicateKeyException extends BaseTestCase {
|
||||
|
||||
/**
|
||||
* Test query.
|
||||
Reference in New Issue
Block a user