Skip to content

Commit 3111b70

Browse files
committed
fixes incorrect exception in test
1 parent 53855fd commit 3111b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/unquietcode/tools/flapi/AtLeast_T.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
Copyright 2012 Benjamin Fagin
2+
Copyright 2013 Benjamin Fagin
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
import org.junit.Test;
2323
import unquietcode.tools.flapi.builder.Descriptor.DescriptorGenerator;
2424
import unquietcode.tools.flapi.helpers.DescriptorHelperImpl;
25-
import unquietcode.tools.flapi.support.ExpectedInvocationsException;
25+
import unquietcode.tools.flapi.runtime.ExpectedInvocationsException;
2626

2727
/**
2828
* @author Ben Fagin

0 commit comments

Comments
 (0)