Skip to content

Commit

Permalink
Undo unintended import re-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Jan 8, 2018
1 parent 3608ed2 commit 02be88c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
package com.nordstrom.automation.testng;

import org.testng.ITestNGListener;
import org.testng.TestListenerAdapter;
import org.testng.TestNG;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;

import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;

import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import org.testng.ITestNGListener;
import org.testng.TestListenerAdapter;
import org.testng.TestNG;
import org.testng.annotations.Test;

public class ListenerChainTest {

Expand Down

0 comments on commit 02be88c

Please sign in to comment.